]> granicus.if.org Git - php/commitdiff
comment out unused variable
authorfoobar <sniper@php.net>
Thu, 22 Aug 2002 01:06:14 +0000 (01:06 +0000)
committerfoobar <sniper@php.net>
Thu, 22 Aug 2002 01:06:14 +0000 (01:06 +0000)
ext/tokenizer/tokenizer.c

index 1c589faecb8a78e7cd58978c66fa31b4244c19f2..bdfc34bfda2be025263628f6cd9b66099a0e6d95 100644 (file)
@@ -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[]
  *