summaryrefslogtreecommitdiffstats
path: root/raul/Maid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Maid.hpp')
-rw-r--r--raul/Maid.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Maid.hpp b/raul/Maid.hpp
index 4a209f2..3eef6c9 100644
--- a/raul/Maid.hpp
+++ b/raul/Maid.hpp
@@ -26,7 +26,6 @@
namespace Raul {
-
/** Explicitly driven garbage collector.
*
* This is used by realtime threads to allow hard realtime deletion of objects
@@ -69,7 +68,6 @@ private:
Managed _managed;
};
-
} // namespace Raul
#endif // RAUL_MAID_HPP