From: foobar Date: Thu, 22 Aug 2002 01:06:14 +0000 (+0000) Subject: comment out unused variable X-Git-Tag: RELEASE_0_91~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d4776625aca038e7aacc26beacdc7c193efb9db;p=php comment out unused variable --- diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index 1c589faecb..bdfc34bfda 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -95,7 +95,7 @@ ZEND_DECLARE_MODULE_GLOBALS(tokenizer) */ /* True global resources - no need for thread safety here */ -static int le_tokenizer; +/* static int le_tokenizer; */ /* {{{ tokenizer_functions[] *