diff options
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r-- | ext/posix/posix.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c index b07abf81e4..3e72304394 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -1474,12 +1474,3 @@ PHP_FUNCTION(posix_initgroups) } /* }}} */ #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |