diff options
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r-- | ext/dom/xpath.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index 2870dc41c4..69fdcb947f 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -542,12 +542,3 @@ PHP_FUNCTION(dom_xpath_register_php_functions) #endif /* LIBXML_XPATH_ENABLED */ #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 - */ |