From 0b25a9d5db79bef471884538ee24d2a08cb5f541 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 27 May 2013 14:05:56 +0300 Subject: [PATCH] db: remove an unused variable Signed-off-by: Dan Carpenter --- smatch_db.c | 1 - 1 file changed, 1 deletion(-) diff --git a/smatch_db.c b/smatch_db.c index b77bae18..fa4d4908 100644 --- a/smatch_db.c +++ b/smatch_db.c @@ -758,7 +758,6 @@ static int call_return_state_hooks_split_possible(struct expression *expr) struct sm_state *tmp; int ret = 0; int nr_possible, nr_states; - struct state_list *slist; sm = get_sm_state_expr(SMATCH_EXTRA, expr); if (!sm || !sm->merged) -- 2.11.4.GIT