diff options
author | foobar <sniper@php.net> | 2001-09-07 00:58:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-09-07 00:58:23 +0000 |
commit | 8d8e26577d1e132abe01f4601f5ee085cfa1bc48 (patch) | |
tree | b1fe5359ef946d450be8e8890cd5e5eeaa0ba74f /main/SAPI.c | |
parent | c8751fc8a52c62da1dc02c639a6f1bac5de8019b (diff) | |
download | php-git-8d8e26577d1e132abe01f4601f5ee085cfa1bc48.tar.gz |
Cleanup.
Diffstat (limited to 'main/SAPI.c')
-rw-r--r-- | main/SAPI.c | 4 |
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) |