summaryrefslogtreecommitdiff
path: root/klm/search/note.hh
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-12-14 12:39:04 -0800
committerKenneth Heafield <github@kheafield.com>2012-12-14 12:39:04 -0800
commit5d42134cc676278189b0f77708908542fbb5ccc9 (patch)
treeab55a95ae3b38095467733323e7162578b308164 /klm/search/note.hh
parent212decb4382b84c2370c369b0507a5534399aa56 (diff)
Updated incremental, updated kenlm. Incremental assumes <s>
Diffstat (limited to 'klm/search/note.hh')
-rw-r--r--klm/search/note.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/klm/search/note.hh b/klm/search/note.hh
deleted file mode 100644
index 50bed06e..00000000
--- a/klm/search/note.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SEARCH_NOTE__
-#define SEARCH_NOTE__
-
-namespace search {
-
-union Note {
- const void *vp;
-};
-
-} // namespace search
-
-#endif // SEARCH_NOTE__