summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-01-05 16:11:10 +0000
committerZeev Suraski <zeev@php.net>2003-01-05 16:11:10 +0000
commit968f3f9a128d792a96b1bdfbf59ceba35189cd6c (patch)
tree1f95eb450664b358f235804ff8de9070287f2a42
parent19d47d9f6ea981c4805572525544e77f0093e289 (diff)
downloadphp-git-968f3f9a128d792a96b1bdfbf59ceba35189cd6c.tar.gz
Remove unnnecessary initialization
-rw-r--r--main/main.c2
1 files changed, 0 insertions, 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