From: Pavel TvrdĂ­k Date: Thu, 22 Oct 2015 14:45:26 +0000 (+0200) Subject: Remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2766155c7aed2ad0afc9382be3fd8174f21992b0;p=thirdparty%2Fbird.git Remove unused variable --- diff --git a/filter/filter_test.c b/filter/filter_test.c index 4aaaad7f2..a1a1243d0 100644 --- a/filter/filter_test.c +++ b/filter/filter_test.c @@ -27,6 +27,7 @@ t_simple(void) bt_bird_init(); + /* struct config *cfg = bt_config_parse( BT_CONFIG_SIMPLE "\n" @@ -47,6 +48,7 @@ t_simple(void) "}\n" "\n" ); +*/ struct symbol *sym = NULL; sym = cf_find_symbol(TESTING_FILTER_NAME);