diff options
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r-- | ext/db/php_db.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/db/php_db.h b/ext/db/php_db.h index 60fbe1d4f6..61b45471ec 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -89,7 +89,4 @@ PHP_FUNCTION(dbmdelete); PHP_FUNCTION(dbmfirstkey); PHP_FUNCTION(dbmnextkey); -#undef phpext_db_ptr -#define phpext_db_ptr NULL - #endif /* _PHP_DB_H */ |