summaryrefslogtreecommitdiff
path: root/ext/standard/soundex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/soundex.c')
-rw-r--r--ext/standard/soundex.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/soundex.c b/ext/standard/soundex.c
index a8125a27b5..0f46fbfdfe 100644
--- a/ext/standard/soundex.c
+++ b/ext/standard/soundex.c
@@ -104,12 +104,3 @@ PHP_FUNCTION(soundex)
RETURN_STRINGL(soundex, _small);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */