]> granicus.if.org Git - php/commitdiff
remove unneded comments
authorThies C. Arntzen <thies@php.net>
Tue, 13 Feb 2001 15:58:58 +0000 (15:58 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 13 Feb 2001 15:58:58 +0000 (15:58 +0000)
main/internal_functions.c.in
main/internal_functions_win32.c

index 5ac434ea1872dc72248b4b99a5bf30cb36e965d0..fcaa4177a74043686551057bd50b40fab8920626 100644 (file)
@@ -31,9 +31,6 @@
 
 @EXT_INCLUDE_CODE@
 
-/* SNMP has to be moved to ext */
-/* #include "dl/snmp/php3_snmp.h" */
-
 zend_module_entry *php_builtin_extensions[] = {
 @EXT_MODULE_PTRS@
 };
index 762168b7629c8e206d9618240695f23078a39185..14b65040fe2e2a3abae55b34e1019c92a497dab4 100644 (file)
@@ -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