From 2766155c7aed2ad0afc9382be3fd8174f21992b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Tvrd=C3=ADk?= Date: Thu, 22 Oct 2015 16:45:26 +0200 Subject: [PATCH] Remove unused variable --- filter/filter_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filter/filter_test.c b/filter/filter_test.c index 4aaaad7f..a1a1243d 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);