From 6c002e026645738e8cc23e3e1b3d2a631c7f2b3b Mon Sep 17 00:00:00 2001 From: trungnob Date: Fri, 19 May 2017 17:39:53 -0700 Subject: log: Moved print_system_info to log.cpp. We want to display syteminfo when the log system get initialized. Also removes a static block. --- host/lib/version.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'host/lib/version.cpp') diff --git a/host/lib/version.cpp b/host/lib/version.cpp index 2da261af0..2ba2dd0d6 100644 --- a/host/lib/version.cpp +++ b/host/lib/version.cpp @@ -21,17 +21,6 @@ #include #include -#ifndef UHD_DONT_PRINT_SYSTEM_INFO -UHD_STATIC_BLOCK(print_system_info){ - UHD_LOGGER_INFO("UHD") - << BOOST_PLATFORM << "; " - << BOOST_COMPILER << "; " - << "Boost_" << BOOST_VERSION << "; " - << "UHD_" << uhd::get_version_string() - ; -} -#endif - std::string uhd::get_version_string(void){ return "@UHD_VERSION@"; } -- cgit v1.2.3