diff options
Diffstat (limited to 'ext/phar/php_phar.h')
-rw-r--r-- | ext/phar/php_phar.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index 0a76ae3f5e..c9c28ef28e 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -35,13 +35,3 @@ extern zend_module_entry phar_module_entry; PHP_PHAR_API int phar_resolve_alias(char *alias, size_t alias_len, char **filename, size_t *filename_len); #endif /* PHP_PHAR_H */ - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |