summaryrefslogtreecommitdiffstats
path: root/parser-mecmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mecmd.c')
-rw-r--r--parser-mecmd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/parser-mecmd.c b/parser-mecmd.c
index ddee658a57..3a5a6466b2 100644
--- a/parser-mecmd.c
+++ b/parser-mecmd.c
@@ -1,8 +1,5 @@
-
#include "config.h"
-#ifdef NEW_CONFIG
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -17,7 +14,6 @@
#include "m_config.h"
#include "parser-mecmd.h"
-
void
m_entry_list_free(m_entry_t* lst) {
int i,j;
@@ -139,5 +135,3 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
m_entry_list_free(lst);
return NULL;
}
-
-#endif