Browse Source

[3400] Removed unnecessary method.

Tomek Mrugalski 11 years ago
parent
commit
6dd6105917
1 changed files with 0 additions and 7 deletions
  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