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:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-04 18:43:42 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-04 18:43:42 +0400
commite3718305a8e4dcbf82e1d3a0549790a51269a31e (patch)
treed511e6089f86d9c99c9681a0a51f744ca9bde1df /irstlm/src/compile-lm.cpp
parent8cedaed05fe5b2519cc760eed9e9a5783fa5e25c (diff)
irstlm: just removed one warning message from compile-lm
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@851 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm/src/compile-lm.cpp')
-rw-r--r--irstlm/src/compile-lm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/irstlm/src/compile-lm.cpp b/irstlm/src/compile-lm.cpp
index ca9e412c4..5d7e2cd39 100644
--- a/irstlm/src/compile-lm.cpp
+++ b/irstlm/src/compile-lm.cpp
@@ -96,7 +96,6 @@ void handle_option(const std::string& opt, int argc, const char **argv, int& arg
int main(int argc, const char **argv)
{
- cout << "hello\n";
if (argc < 2) { usage(); exit(1); }
std::vector<std::string> files;