Use the unnamed namespace instead of an unofficial one.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40061 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2011-01-02 00:44:41 +00:00
parent 7e36984164
commit 097b4917d3
@@ -42,7 +42,7 @@
#define DRIVER_HASH_SIZE 16 #define DRIVER_HASH_SIZE 16
namespace LegacyDrivers { namespace {
struct legacy_driver; struct legacy_driver;
@@ -218,9 +218,7 @@ public:
}; };
} // namespace LegacyDrivers } // unnamed namespace
using namespace LegacyDrivers;
static status_t unload_driver(legacy_driver *driver); static status_t unload_driver(legacy_driver *driver);