summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.c b/src/config.c
index f018503ac..cea0fe267 100644
--- a/src/config.c
+++ b/src/config.c
@@ -856,11 +856,6 @@ int parse(char *buf, int linenum, int reload)
}
}
- if (n == lenof(directives)) {
-/* error(linenum, "Unknown directive `%s'", dir);
- return 1; *//* don't cause abort */
- }
-
return retval;
}