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