]> granicus.if.org Git - php/commitdiff
No longer needed
authorMarcus Boerger <helly@php.net>
Mon, 12 Jan 2004 00:21:14 +0000 (00:21 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 12 Jan 2004 00:21:14 +0000 (00:21 +0000)
ext/sqlite/sqlite.c

index f7322bd7448bf8a1ebd93a97703aaee6ae8a1920..ba9c2b4296c0f6f26622906c99e4f4717cb41937 100644 (file)
@@ -191,9 +191,6 @@ function_entry sqlite_functions[] = {
        {NULL, NULL, NULL}
 };
 
-#define PHP_ME_MAPPING(name, func_name, arg_types) \
-       ZEND_NAMED_FE(name, ZEND_FN(func_name), arg_types)
-
 function_entry sqlite_funcs_db[] = {
        PHP_ME_MAPPING(sqlite_db, sqlite_open, NULL)
 /*     PHP_ME_MAPPING(close, sqlite_close, NULL)*/