summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/mod_php4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache_hooks/mod_php4.c')
-rw-r--r--sapi/apache_hooks/mod_php4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache_hooks/mod_php4.c b/sapi/apache_hooks/mod_php4.c
index aea466374c..812493d187 100644
--- a/sapi/apache_hooks/mod_php4.c
+++ b/sapi/apache_hooks/mod_php4.c
@@ -1087,7 +1087,6 @@ static CONST_PREFIX char *php_set_post_read_handler_code(cmd_parms *cmd, php_per
static CONST_PREFIX char *php_set_require(cmd_parms *cmd, void *dummy, char *arg1)
{
- php_per_server_config *conf;
return php_set_server_handler(cmd->server, arg1, 0, AP_HANDLER_TYPE_FILE);
}
/* }}} */