summaryrefslogtreecommitdiff
path: root/main/SAPI.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/SAPI.c')
-rw-r--r--main/SAPI.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index 160dcb8156..c77da780e6 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -39,9 +39,6 @@
static HashTable known_post_content_types;
-SAPI_API void (*sapi_error)(int error_type, const char *message, ...);
-
-
#ifdef ZTS
SAPI_API int sapi_globals_id;
#else
@@ -55,7 +52,6 @@ static void sapi_globals_ctor(sapi_globals_struct *sapi_globals TSRMLS_DC)
/* True globals (no need for thread safety) */
SAPI_API sapi_module_struct sapi_module;
-SAPI_API void (*sapi_error)(int error_type, const char *message, ...);
SAPI_API void sapi_startup(sapi_module_struct *sf)