From: Tomek Mrugalski Date: Thu, 10 May 2012 17:10:30 +0000 (+0200) Subject: [1968] Common stub implementation removed. X-Git-Tag: trac2351_base~226^2~146^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3ff650b401bfe97f12554caa9ced91b431de5f1;p=thirdparty%2Fkea.git [1968] Common stub implementation removed. --- diff --git a/src/lib/dhcp/iface_mgr.cc b/src/lib/dhcp/iface_mgr.cc index 990e987315..1505fbf647 100644 --- a/src/lib/dhcp/iface_mgr.cc +++ b/src/lib/dhcp/iface_mgr.cc @@ -213,15 +213,6 @@ void IfaceMgr::stubDetectIfaces() { } } -/// @todo: Remove this once we have OS-specific interface detection -/// routines (or at least OS-specific files, like iface_mgr_solaris.cc) -/// for all OSes. -#if !defined(OS_LINUX) && !defined(OS_BSD) -void IfaceMgr::detectIfaces() { - stubDetectIfaces(); -} -#endif - bool IfaceMgr::openSockets4(const uint16_t port) { int sock; int count = 0;