summaryrefslogtreecommitdiffstats
path: root/raul/Table.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r--raul/Table.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Table.hpp b/raul/Table.hpp
index 431f75d..55b42f8 100644
--- a/raul/Table.hpp
+++ b/raul/Table.hpp
@@ -30,7 +30,6 @@
namespace Raul {
-
/** Slow insertion, fast lookup, cache optimized, super fast sorted iteration.
*
* This has the advantage over std::map that iterating over the collection
@@ -120,7 +119,6 @@ private:
std::vector<Entry> _entries;
};
-
} // namespace Raul
#endif // RAUL_TABLE_HPP