From 2a4d1ac17610d15c65d6337306ffeda04ab29bef Mon Sep 17 00:00:00 2001 From: imarom Date: Wed, 19 Aug 2015 15:31:58 +0300 Subject: mock server --- src/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ddcf81e2..96789cdd 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,19 +27,6 @@ limitations under the License. #include #include -/** - * on simulation this is not rebuild every version - * (improved stub) - * - */ -extern "C" const char * get_build_date(void){ - return (__DATE__); -} - -extern "C" const char * get_build_time(void){ - return (__TIME__ ); -} - // An enum for all the option types enum { OPT_HELP, OPT_CFG, OPT_NODE_DUMP, OP_STATS, OPT_FILE_OUT, OPT_UT, OPT_PCAP, OPT_IPV6, OPT_MAC_FILE}; -- cgit 1.2.3-korg