Browse Source

[3569_rebase] Compilation fix after rebase.

Tomek Mrugalski 9 years ago
parent
commit
4aba622774
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/dhcpsrv/host_mgr.cc

+ 0 - 2
src/lib/dhcpsrv/host_mgr.cc

@@ -38,8 +38,6 @@ namespace dhcp {
 
 using namespace isc::asiolink;
 
-boost::shared_ptr<BaseHostDataSource> HostMgr::alternate_source;
-
 boost::scoped_ptr<HostMgr>&
 HostMgr::getHostMgrPtr() {
     static boost::scoped_ptr<HostMgr> host_mgr_ptr;