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
path: root/irstlm
diff options
context:
space:
mode:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 07:30:20 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 07:30:20 +0400
commitbad0b1b2e0780e43ebaf48031fc3ea50e0c9e4a9 (patch)
tree84089c117adb16544f1d2378f4e024ea48f57182 /irstlm
parent3f5208411274d625625d17b5cfbc137d8ed45ec4 (diff)
tracing of cache use
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@711 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm')
-rw-r--r--irstlm/src/lmtable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/irstlm/src/lmtable.h b/irstlm/src/lmtable.h
index e2b6bb4e2..7960c766c 100644
--- a/irstlm/src/lmtable.h
+++ b/irstlm/src/lmtable.h
@@ -55,9 +55,6 @@ typedef enum {LMT_FIND, //!< search: find an entry
} LMT_ACTION;
-
-
-
//disktable or accessing tables stored on disk
class disktable{