diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-24 15:13:13 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-24 15:13:13 +0000 |
commit | e5e120460afc84d6de6392a22bd3fee94c253022 (patch) | |
tree | bf4edd9a1b0dbdf2bdefbc20d8d469c3fdccae69 /main | |
parent | 0b0eb80fdfbc6a26cefd257278b87a867f7ba9a6 (diff) | |
download | php-git-e5e120460afc84d6de6392a22bd3fee94c253022.tar.gz |
Remove empty comment
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index e1265550d5..c8f6307329 100644 --- a/main/main.c +++ b/main/main.c @@ -1488,7 +1488,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod zend_post_startup(TSRMLS_C); #endif - /* */ module_initialized = 1; sapi_deactivate(TSRMLS_C); module_startup = 0; |