summaryrefslogtreecommitdiff
path: root/ext/hash/hash_fnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash_fnv.c')
-rw-r--r--ext/hash/hash_fnv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/hash_fnv.c b/ext/hash/hash_fnv.c
index e5236a95ed..0ebe867b49 100644
--- a/ext/hash/hash_fnv.c
+++ b/ext/hash/hash_fnv.c
@@ -223,12 +223,3 @@ fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate)
/* return our new hash value */
return hval;
}
-
-/*
- * 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
- */