summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index cce61a336..878e12848 100644
--- a/src/main.c
+++ b/src/main.c
@@ -43,9 +43,6 @@ int skeleton = 0; /* -skeleton */
int nofork = 0; /* -nofork */
int forceload = 0; /* -forceload */
int noexpire = 0; /* -noexpire */
-#ifdef IS44_CONVERTER
-int is44 = 0; /* -is44 */
-#endif
#ifdef USE_RDB
int do_mysql = 0; /* use mysql ? */