Parcourir la source

[3400] Removed unnecessary method.

Tomek Mrugalski il y a 11 ans
Parent
commit
6dd6105917
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      src/bin/dhcp6/bundy_backend.cc

+ 0 - 7
src/bin/dhcp6/bundy_backend.cc

@@ -216,12 +216,5 @@ void ControlledDhcpv6Srv::cleanup() {
     }
 }
 
-void
-Daemon::loggerInit(const char* log_name, bool verbose, bool stand_alone) {
-    isc::log::initLogger(log_name,
-                         (verbose ? isc::log::DEBUG : isc::log::INFO),
-                         isc::log::MAX_DEBUG_LEVEL, NULL, !stand_alone);
-}
-
 }; // end of isc::dhcp namespace
 }; // end of isc namespace