summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-08-19 15:31:58 +0300
committerimarom <imarom@cisco.com>2015-08-19 15:31:58 +0300
commit2a4d1ac17610d15c65d6337306ffeda04ab29bef (patch)
tree2645d90e98aa5e5bffb210e551339ca9f1e4a586 /src/main.cpp
parent2acb002ded9dd522af059f3d80f3f26a4e70c1d4 (diff)
mock server
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp13
1 files changed, 0 insertions, 13 deletions
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 <common/arg/SimpleGlob.h>
#include <common/arg/SimpleOpt.h>
-/**
- * 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};