diff options
Diffstat (limited to 'ext/dom/comment.c')
-rw-r--r-- | ext/dom/comment.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/dom/comment.c b/ext/dom/comment.c index 460c7076f2..9cbec9f173 100644 --- a/ext/dom/comment.c +++ b/ext/dom/comment.c @@ -75,12 +75,3 @@ PHP_METHOD(domcomment, __construct) /* }}} end DOMComment::__construct */ #endif - -/* - * 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 - */ |