diff --git a/smocore/include/lruLifo.h b/smocore/include/lruLifo.h index 3a8ad77..24428ba 100644 --- a/smocore/include/lruLifo.h +++ b/smocore/include/lruLifo.h @@ -20,7 +20,6 @@ namespace smo { * dropped. So we may very well literally forget those qualia that get dropped * from the LruLifos. (Because LruLifos have a fixed size.) */ - class LruLifo { public: LruLifo() = default;