From 80ca3357c20939f2ea3ee153668f02f0913b9e5d Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 22 Oct 2006 22:24:33 +0000 Subject: [PATCH] Removed unused var --- ext/filter/logical_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/filter/logical_filters.c b/ext/filter/logical_filters.c index b7c92e5726..9852434301 100644 --- a/ext/filter/logical_filters.c +++ b/ext/filter/logical_filters.c @@ -175,7 +175,7 @@ void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ { zval **option_val; long min_range, max_range, option_flags; - int min_range_set, max_range_set, option_flags_set; + int min_range_set, max_range_set; int allow_octal = 0, allow_hex = 0; int len, error = 0; long ctx_value; -- 2.50.1