]> granicus.if.org Git - php/commitdiff
Remove this then, too
authorMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 18:05:03 +0000 (18:05 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 18:05:03 +0000 (18:05 +0000)
ext/sqlite/sqlite.c

index 7a3c2858d07d767986080ef3b5623bfb026a24ee..15dbf1c007adf01c2b65d4a9e97e53c3ce59fd09 100644 (file)
@@ -760,11 +760,6 @@ typedef struct _sqlite_object {
        } u;
 } sqlite_object;
 
-static void sqlite_object_clone(void *object, void **object_clone TSRMLS_DC)
-{
-       /* TODO */
-}
-
 static int sqlite_free_persistent(list_entry *le, void *ptr TSRMLS_DC)
 {
        return le->ptr == ptr;