From: Victor Julien Date: Thu, 5 Jul 2012 10:43:14 +0000 (+0200) Subject: conf api: remove dead code X-Git-Tag: suricata-1.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5fed869d75591615ce319024d1b5df23a78130;p=thirdparty%2Fsuricata.git conf api: remove dead code --- diff --git a/src/conf.c b/src/conf.c index 4727c48863..3f04723f40 100644 --- a/src/conf.c +++ b/src/conf.c @@ -369,10 +369,6 @@ int ConfGetChildValueBool(ConfNode *base, char *name, int *val) *val = ConfValIsTrue(strval); - - - *val = ConfValIsTrue(strval); - return 1; }