From 6017212533e2cd9ec43f81fa14666a5329be1538 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 20 May 2011 23:06:51 +0200 Subject: [PATCH] isl_local_space.c: remove unused variable Signed-off-by: Sven Verdoolaege --- isl_local_space.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/isl_local_space.c b/isl_local_space.c index feb219b3..3fd5ad8d 100644 --- a/isl_local_space.c +++ b/isl_local_space.c @@ -77,8 +77,6 @@ __isl_give isl_local_space *isl_local_space_copy(__isl_keep isl_local_space *ls) __isl_give isl_local_space *isl_local_space_dup(__isl_keep isl_local_space *ls) { - isl_local_space *dup; - if (!ls) return NULL; -- 2.11.4.GIT