nuke unused call

This commit is contained in:
Rob Richards 2006-06-06 12:08:11 +00:00
parent d6a526d66b
commit 704ed9625c

View 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[] = {