From: Tomek Mrugalski Date: Mon, 30 Nov 2015 21:36:44 +0000 (+0100) Subject: [3569_rebase] Compilation fix after rebase. X-Git-Tag: trac4231_base~9^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aba62277414f77ec58d914310ffbfe3e05092f8;p=thirdparty%2Fkea.git [3569_rebase] Compilation fix after rebase. --- diff --git a/src/lib/dhcpsrv/host_mgr.cc b/src/lib/dhcpsrv/host_mgr.cc index 6b54804f89..125d36cc71 100644 --- a/src/lib/dhcpsrv/host_mgr.cc +++ b/src/lib/dhcpsrv/host_mgr.cc @@ -38,8 +38,6 @@ namespace dhcp { using namespace isc::asiolink; -boost::shared_ptr HostMgr::alternate_source; - boost::scoped_ptr& HostMgr::getHostMgrPtr() { static boost::scoped_ptr host_mgr_ptr;