From 3aab6467d751a2048a993d574ba4262fb3e489cc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 23 Apr 2018 20:10:12 +0200 Subject: [PATCH] isl_pw_templ.c: remove unused conditional compilation The last use was removed in isl-0.06-233-g23f9e637f7 (add isl_aff_drop_dims, Tue Jun 28 20:36:13 2011 +0200). Signed-off-by: Sven Verdoolaege --- isl_pw_templ.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/isl_pw_templ.c b/isl_pw_templ.c index ab19dd30..2a2ebba8 100644 --- a/isl_pw_templ.c +++ b/isl_pw_templ.c @@ -1201,7 +1201,6 @@ error: return NULL; } -#ifndef NO_DROP_DIMS __isl_give PW *FN(PW,drop_dims)(__isl_take PW *pw, enum isl_dim_type type, unsigned first, unsigned n) { @@ -1292,7 +1291,6 @@ __isl_give PW *FN(PW,project_domain_on_params)(__isl_take PW *pw) pw = FN(PW,reset_domain_space)(pw, space); return pw; } -#endif #ifndef NO_INSERT_DIMS __isl_give PW *FN(PW,insert_dims)(__isl_take PW *pw, enum isl_dim_type type, -- 2.11.4.GIT