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