Parcourir la source

[1968] Common stub implementation removed.

Tomek Mrugalski il y a 13 ans
Parent
commit
f3ff650b40
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      src/lib/dhcp/iface_mgr.cc

+ 0 - 9
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;