]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3569_rebase] Compilation fix after rebase.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 30 Nov 2015 21:36:44 +0000 (22:36 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 1 Dec 2015 10:34:13 +0000 (11:34 +0100)
src/lib/dhcpsrv/host_mgr.cc

index 6b54804f897c0048f6bb6661785c51f57524c38b..125d36cc7118e5232c0fc251ab23dacd0fe55194 100644 (file)
@@ -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;