aboutsummaryrefslogtreecommitdiffstats
path: root/multiple_labels_crash_test/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'multiple_labels_crash_test/hash.c')
-rw-r--r--multiple_labels_crash_test/hash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/multiple_labels_crash_test/hash.c b/multiple_labels_crash_test/hash.c
deleted file mode 100644
index a979bdc1..00000000
--- a/multiple_labels_crash_test/hash.c
+++ /dev/null
@@ -1,3 +0,0 @@
-void hash(unsigned long long int *seed, unsigned long long int const v) {
- *seed ^= v + 0x9e3779b9 + ((*seed)<<6) + ((*seed)>>2);
-}