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:
Diffstat (limited to 'moses-cmd/Main.cpp')
-rw-r--r--moses-cmd/Main.cpp2
1 files changed, 0 insertions, 2 deletions
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