summaryrefslogtreecommitdiff
path: root/src/components/test_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/test_main.cc')
-rw-r--r--src/components/test_main.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/test_main.cc b/src/components/test_main.cc
index 62442cb64f..55b1f96aeb 100644
--- a/src/components/test_main.cc
+++ b/src/components/test_main.cc
@@ -3,7 +3,6 @@
#include "utils/custom_string.h"
#ifdef ENABLE_LOG
-#include "utils/logger/log4cxxlogger.h"
#include "utils/logger/logger_impl.h"
#endif // ENABLE_LOG
@@ -15,8 +14,6 @@ int main(int argc, char** argv) {
// --------------------------------------------------------------------------
// Logger initialization
// Redefine for each paticular logger implementation
- auto logger = std::unique_ptr<logger::Log4CXXLogger>(
- new logger::Log4CXXLogger("log4cxx.properties"));
auto logger_impl =
std::unique_ptr<logger::LoggerImpl>(new logger::LoggerImpl(false));
logger::Logger::instance(logger_impl.get());