Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/src/hash.h')
-rw-r--r--moses/src/hash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/moses/src/hash.h b/moses/src/hash.h
deleted file mode 100644
index 227f3b90a..000000000
--- a/moses/src/hash.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef moses_hash_h
-#define moses_hash_h
-
-// taken from burtleburtle.net/bob/hash/doobs.html
-unsigned int quick_hash(register const char *k, register unsigned int length, register unsigned int initval);
-
-#endif
-