Browse Source

[3033] Compilation fix

Tomek Mrugalski 11 years ago
parent
commit
6625b4d936
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/dhcpsrv/tests/cfgmgr_unittest.cc

+ 0 - 2
src/lib/dhcpsrv/tests/cfgmgr_unittest.cc

@@ -672,8 +672,6 @@ TEST_F(CfgMgrTest, echoClientId) {
 
 // This test checks the D2ClientMgr wrapper methods.
 TEST_F(CfgMgrTest, d2ClientConfig) {
-    CfgMgr& cfg_mgr = CfgMgr::instance();
-
     // After CfgMgr construction, D2 configuration should be disabled.
     // Fetch it and verify this is the case.
     D2ClientConfigPtr original_config = CfgMgr::instance().getD2ClientConfig();