summaryrefslogtreecommitdiffstats
path: root/hcid/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/parser.y')
-rw-r--r--hcid/parser.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/hcid/parser.y b/hcid/parser.y
index b9c90dca..0a162b36 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -331,9 +331,5 @@ int read_config(char *file)
fclose(yyin);
-#if 0
- yylex_destroy();
-#endif
-
return 0;
}