From: Marcus Boerger Date: Sun, 20 Jul 2003 18:05:03 +0000 (+0000) Subject: Remove this then, too X-Git-Tag: BEFORE_ARG_INFO~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08f725fa249dea2981bbdbd0b953ee0bcd74728f;p=php Remove this then, too --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 7a3c2858d0..15dbf1c007 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -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;