diff options
Diffstat (limited to 'src/shared/ClashAvoider.hpp')
-rw-r--r-- | src/shared/ClashAvoider.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp index dd5987ca..7ffcf9b9 100644 --- a/src/shared/ClashAvoider.hpp +++ b/src/shared/ClashAvoider.hpp @@ -30,7 +30,6 @@ namespace Shared { class Store; - /** A wrapper for a CommonInterface that creates objects but possibly maps * symbol names to avoid clashes with the existing objects in a store. */ @@ -88,7 +87,6 @@ private: SymbolMap _symbol_map; }; - } // namespace Shared } // namespace Ingen |