no gc for now
[m6w6/ext-pq] / src / php_pq_object.c
index c471edfcf56d83a7f0bf090bfb7081d8babc6ca1..704737ff95b1fcc2fcb95fccbed9ea7834ed5155 100644 (file)
@@ -99,13 +99,6 @@ HashTable *php_pq_object_properties(zval *object TSRMLS_DC)
        return ht;
 }
 
-HashTable *php_pq_object_gc(zval *object, zval ***gc_argv, int *gc_argc TSRMLS_DC)
-{
-       *gc_argv = NULL;
-       *gc_argc = 0;
-       return NULL;
-}
-
 zend_class_entry *ancestor(zend_class_entry *ce)
 {
        while (ce->parent) {