Browse Source

[master] remove conflicting and unused 'using' directive

This should fix the issue reported by the solaris-gcc builder
Jelte Jansen 12 years ago
parent
commit
fd51de64c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dhcp/tests/alloc_engine_unittest.cc

+ 0 - 1
src/lib/dhcp/tests/alloc_engine_unittest.cc

@@ -30,7 +30,6 @@ using namespace isc;
 using namespace isc::asiolink;
 using namespace isc::dhcp;
 using namespace isc::dhcp::test; // Memfile_LeaseMgr
-using namespace boost;
 
 namespace {