diff options
Diffstat (limited to 'ext/hash/hash_tiger.c')
-rw-r--r-- | ext/hash/hash_tiger.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/hash_tiger.c b/ext/hash/hash_tiger.c index fdae1b2d64..4d126f0d8f 100644 --- a/ext/hash/hash_tiger.c +++ b/ext/hash/hash_tiger.c @@ -259,12 +259,3 @@ PHP_HASH_TIGER_OPS(3, 192); PHP_HASH_TIGER_OPS(4, 128); PHP_HASH_TIGER_OPS(4, 160); PHP_HASH_TIGER_OPS(4, 192); - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |