]> granicus.if.org Git - php/commitdiff
Remove unnnecessary initialization
authorZeev Suraski <zeev@php.net>
Sun, 5 Jan 2003 16:11:10 +0000 (16:11 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 5 Jan 2003 16:11:10 +0000 (16:11 +0000)
main/main.c

index f7073b383f4145ce5c7c987e0432a56aa87f7815..339480dd9d18b3a981f7777ed6f57b72d152ad36 100644 (file)
@@ -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