diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:54:40 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:54:40 +0100 |
commit | bfafa64765de7a6002c2e84daefc84811278a51a (patch) | |
tree | 10a09bae4e48ff8e917b81627760c189fcd78954 /test/core/model/TestDocument.hpp | |
parent | 9436db19a79fab0cad1c3b9dbc2628e1d4ed6e51 (diff) |
more removal of the model namespace
Diffstat (limited to 'test/core/model/TestDocument.hpp')
-rw-r--r-- | test/core/model/TestDocument.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/model/TestDocument.hpp b/test/core/model/TestDocument.hpp index 2397fe6..243672b 100644 --- a/test/core/model/TestDocument.hpp +++ b/test/core/model/TestDocument.hpp @@ -26,7 +26,6 @@ #include "TestDocumentBuilder.hpp" namespace ousia { -namespace model { /** * This constructs a fairly simple test document for the "book" domain. The @@ -88,7 +87,6 @@ static Rooted<Document> constructBookDocument(Manager &mgr, Logger &logger, return doc; } } -} #endif /* _TEST_DOCUMENT_HPP_ */ |