From 968f3f9a128d792a96b1bdfbf59ceba35189cd6c Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 5 Jan 2003 16:11:10 +0000 Subject: [PATCH] Remove unnnecessary initialization --- main/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/main.c b/main/main.c index f7073b383f..339480dd9d 100644 --- a/main/main.c +++ b/main/main.c @@ -1192,8 +1192,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod PG(connection_status) = PHP_CONNECTION_NORMAL; PG(during_request_startup) = 0; - CG(zend_lineno) = 0; - #if HAVE_SETLOCALE setlocale(LC_CTYPE, ""); #endif -- 2.50.1