From dabfd1ad6c54077051f2109a77a16efa654b806e Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 15 Oct 2020 22:39:46 +0100 Subject: [PATCH] conf: remove pointless assert() statement --- src/conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 0b3a1a1..ebb1bfd 100644 --- a/src/conf.c +++ b/src/conf.c @@ -249,7 +249,6 @@ config_init (void) unsigned int i, r; for (i = 0; i != ndirectives; ++i) { - assert (!directives[i].cre); if (!directives[i].handler) { directives[i].handler = handle_disabled_feature;