From 9e5be78a7da79c59ca3be429f586f88b4f01d06e Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Thu, 20 Nov 2014 17:28:50 +0000 Subject: simulated post editing --- moses-cmd/Main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'moses-cmd') diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp index cef8379e1..e3008c88f 100644 --- a/moses-cmd/Main.cpp +++ b/moses-cmd/Main.cpp @@ -172,7 +172,6 @@ int main(int argc, char** argv) // execute task #ifdef WITH_THREADS #ifdef PT_UG - /* bool spe = params.isParamSpecified("spe-src"); if (spe) { // simulated post-editing: always run single-threaded! @@ -195,7 +194,6 @@ int main(int argc, char** argv) } } else - */ #endif pool.Submit(task); #else -- cgit v1.2.3