diff options
author | Andrei Pavel <andrei@isc.org> | 2022-08-11 08:20:41 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-08-11 11:29:03 +0200 |
commit | a212b61912990c075075c737648aa4a1dc4fae58 (patch) | |
tree | a84e4dc99348c0c59f48d39fafdc4837adb18c5e | |
parent | [#2401] change to vector to allow brace-enclosed initializer list in tests (diff) | |
download | kea-a212b61912990c075075c737648aa4a1dc4fae58.tar.xz kea-a212b61912990c075075c737648aa4a1dc4fae58.zip |
[#2071] remove unused using namespace statement to allow compilation without MySQL and PostgreSQL
-rw-r--r-- | src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 1 | ||||
-rw-r--r-- | src/bin/dhcp6/tests/dhcp6_srv_unittest.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc index 44f3128231..f67cad30b4 100644 --- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc @@ -55,7 +55,6 @@ using namespace std; using namespace isc; -using namespace isc::db::test; using namespace isc::dhcp; using namespace isc::data; using namespace isc::asiolink; diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc index 82f20b7dc7..98bd6ccc91 100644 --- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc +++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc @@ -57,7 +57,6 @@ using namespace isc; using namespace isc::asiolink; -using namespace isc::db::test; using namespace isc::cb; using namespace isc::config; using namespace isc::data; |