From bfafa64765de7a6002c2e84daefc84811278a51a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 25 Jan 2015 18:54:40 +0100 Subject: more removal of the model namespace --- test/core/model/TestDomain.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/core/model/TestDomain.hpp') diff --git a/test/core/model/TestDomain.hpp b/test/core/model/TestDomain.hpp index f6b8805..35f1ce1 100644 --- a/test/core/model/TestDomain.hpp +++ b/test/core/model/TestDomain.hpp @@ -23,8 +23,6 @@ #include namespace ousia { -namespace model { - /** * This constructs the "book" domain for test purposes. The structure of the * domain is fairly simple and can be seen from the construction itself. @@ -91,6 +89,5 @@ static Rooted constructBookDomain(Manager &mgr, return domain; } } -} #endif /* _TEST_DOMAIN_HPP_ */ -- cgit v1.2.3