]> granicus.if.org Git - php/commitdiff
- Remove bogus notice
authorAndi Gutmans <andi@php.net>
Thu, 16 Aug 2001 14:42:28 +0000 (14:42 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 16 Aug 2001 14:42:28 +0000 (14:42 +0000)
Zend/zend_objects.c

index 8c82e3a31e3b0b8b1a460fd27605fd8efbe65c85..581e150bf9f5517fe4da2f1009cc2bf86ada7682 100644 (file)
@@ -145,8 +145,5 @@ zend_object_value zend_objects_clone_obj(zend_object_handle handle)
        zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0);
        zend_hash_copy(new_object->properties, old_object->properties, (copy_ctor_func_t) zval_add_ref, (void *) NULL /* Not used anymore */, sizeof(zval *));
 
-#if ZEND_DEBUG_OBJECTS
-       fprintf(stderr, "Allocated object id #%d\n", handle);
-#endif
        return retval;
 }