diff options
Diffstat (limited to 'ext/simplexml/sxe.h')
-rw-r--r-- | ext/simplexml/sxe.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/simplexml/sxe.h b/ext/simplexml/sxe.h index 867f251c8a..6806553acc 100644 --- a/ext/simplexml/sxe.h +++ b/ext/simplexml/sxe.h @@ -27,12 +27,3 @@ extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement; PHP_MINIT_FUNCTION(sxe); #endif /* SXE_H */ - -/* - * Local Variables: - * c-basic-offset: 4 - * tab-width: 4 - * End: - * vim600: fdm=marker - * vim: noet sw=4 ts=4 - */ |