]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1968] Common stub implementation removed.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 10 May 2012 17:10:30 +0000 (19:10 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 10 May 2012 17:10:30 +0000 (19:10 +0200)
src/lib/dhcp/iface_mgr.cc

index 990e987315beb718b370a1fd91b2a1d83d43d35d..1505fbf647b18fcadaf6a00097f6f5066f36d8eb 100644 (file)
@@ -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;