nuke unused variable

This commit is contained in:
Antony Dovgal 2006-07-26 10:30:45 +00:00
parent dfb431b7c5
commit cdb628d67d

View file

@ -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;