diff options
Diffstat (limited to 'main/php_scandir.c')
-rw-r--r-- | main/php_scandir.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c index dfa0a19d9d..94f5ef899d 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -119,12 +119,3 @@ fail: return -1; } #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |