From e873c787141daa5171ceffed0ec2e1836378cccc Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Thu, 12 Jul 2018 22:52:18 +0000 Subject: Fixed linker error; calibration installation --- src/survive.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/survive.c') diff --git a/src/survive.c b/src/survive.c index e75f56b..78ddf44 100644 --- a/src/survive.c +++ b/src/survive.c @@ -21,8 +21,6 @@ STATIC_CONFIG_ITEM( CONFIG_FILE, "configfile", 's', "Default configuration file" STATIC_CONFIG_ITEM( CONFIG_D_CALI, "disable-calibrate", 'i', "Enables or disables calibration", 0 ); STATIC_CONFIG_ITEM( CONFIG_F_CALI, "force-calibrate", 'i', "Forces calibration even if one exists.", 0 ); -#define RUNTIME_SYMNUM 1 - #ifdef RUNTIME_SYMNUM #include static int did_runtime_symnum; -- cgit v1.2.3