summaryrefslogtreecommitdiff
path: root/klm/lm/kenlm_max_order_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'klm/lm/kenlm_max_order_main.cc')
-rw-r--r--klm/lm/kenlm_max_order_main.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/klm/lm/kenlm_max_order_main.cc b/klm/lm/kenlm_max_order_main.cc
deleted file mode 100644
index 94221201..00000000
--- a/klm/lm/kenlm_max_order_main.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "lm/max_order.hh"
-#include <iostream>
-
-int main(int argc, char *argv[]) {
- std::cerr << "KenLM was compiled with a maximum supported n-gram order set to " << KENLM_MAX_ORDER << "." << std::endl;
-}