diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-26 10:31:08 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-26 10:31:08 +0000 |
commit | 5e0f6ea7dbd3a730d18363c2bd464451773e2733 (patch) | |
tree | 371f6f97048429be432b97ce58141ed2fbe0e7ff | |
parent | 9db0e7cc3a08508b891ee8d6d5a88b53741881ee (diff) | |
download | php-git-5e0f6ea7dbd3a730d18363c2bd464451773e2733.tar.gz |
nuke unused variable
-rw-r--r-- | sapi/apache2handler/sapi_apache2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index bed3a5a973..67876848c2 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -416,7 +416,6 @@ static apr_status_t php_server_context_cleanup(void *data_) static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) { - char *content_type; char *content_length; const char *auth; |