diff options
author | Thies C. Arntzen <thies@php.net> | 2001-02-13 15:58:58 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-02-13 15:58:58 +0000 |
commit | 9a631384f337e86317cb978b14342290b32d4761 (patch) | |
tree | f4ebd3b23ab70e5b750a7b8defcedaf8c04d9066 /main/internal_functions_win32.c | |
parent | f3063553c30035f943f6d570a5ca9ebb4286b622 (diff) | |
download | php-git-9a631384f337e86317cb978b14342290b32d4761.tar.gz |
remove unneded comments
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 762168b762..14b65040fe 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -61,9 +61,6 @@ #include "ext/wddx/php_wddx.h" #include "ext/mysql/php_mysql.h" -/* SNMP has to be moved to ext */ -/* #include "dl/snmp/php_snmp.h" */ - zend_module_entry *php_builtin_extensions[] = { phpext_standard_ptr, #if WITH_BCMATH |