diff options
Diffstat (limited to 'src/common/util')
-rw-r--r-- | src/common/util/Path.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/util/Path.h b/src/common/util/Path.h index 441f35cd..d79a95c2 100644 --- a/src/common/util/Path.h +++ b/src/common/util/Path.h @@ -21,8 +21,6 @@ #include <cassert> using std::string; -namespace Om { - /** Simple wrapper around standard string with useful path-specific methods. * @@ -134,6 +132,4 @@ public: }; -} // namespace Om - #endif // PATH_H |