Remove unnecessary PHP_FUNCTION() declarations (#7472)

This commit is contained in:
Máté Kocsis 2021-09-07 10:04:00 +02:00 committed by GitHub
parent 4f42a0affb
commit a1a8e9032c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 154 deletions

View file

@ -1602,14 +1602,8 @@ int main( int argc, char * argv[] )
return ret;
}
/* LiteSpeed PHP module starts here */
PHP_FUNCTION(litespeed_request_headers);
PHP_FUNCTION(litespeed_response_headers);
PHP_FUNCTION(apache_get_modules);
PHP_FUNCTION(litespeed_finish_request);
PHP_MINFO_FUNCTION(litespeed);
static PHP_MINIT_FUNCTION(litespeed)