]> granicus.if.org Git - php/commitdiff
nuke unused call
authorRob Richards <rrichards@php.net>
Tue, 6 Jun 2006 12:08:11 +0000 (12:08 +0000)
committerRob Richards <rrichards@php.net>
Tue, 6 Jun 2006 12:08:11 +0000 (12:08 +0000)
ext/dom/php_dom.c

index 038529e0d4f998e4b94d9d17a9cebc412c4bed9c..f5221fa4d96287003a9e4354d8c0d52973af64d1 100644 (file)
@@ -510,7 +510,6 @@ static zend_object_handlers* dom_get_obj_handlers(TSRMLS_D) {
        } else {
                return &dom_object_handlers;
        }
-       return &dom_object_handlers;
 }
 
 static zend_module_dep dom_deps[] = {