diff options
Diffstat (limited to 'ext/hash/php_hash_fnv.h')
-rw-r--r-- | ext/hash/php_hash_fnv.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/php_hash_fnv.h b/ext/hash/php_hash_fnv.h index a164fad0b4..f00a469423 100644 --- a/ext/hash/php_hash_fnv.h +++ b/ext/hash/php_hash_fnv.h @@ -66,12 +66,3 @@ static uint32_t fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate); static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate); #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 - */ |