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:
authorHieu Hoang <hieuhoang@gmail.com>2013-12-12 01:45:30 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-12-12 01:45:30 +0400
commit7c237bf389169fa2cce0766353a985b8afe0385f (patch)
treef9e2a53ee09bc60abfe01dedc8a09555070030d6 /moses/ChartCell.cpp
parentbc9ce334d0e432e210cc57c2a99e20e53e62f52e (diff)
delete -#if defined(BOOST... Trying to find target syntax bug when using old boost
Diffstat (limited to 'moses/ChartCell.cpp')
-rw-r--r--moses/ChartCell.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/ChartCell.cpp b/moses/ChartCell.cpp
index e67e959a4..6603139f6 100644
--- a/moses/ChartCell.cpp
+++ b/moses/ChartCell.cpp
@@ -95,10 +95,6 @@ void ChartCell::ProcessSentence(const ChartTranslationOptionList &transOptList
for (size_t i = 0; i < transOptList.GetSize(); ++i) {
const ChartTranslationOptions &transOpt = transOptList.Get(i);
RuleCube *ruleCube = new RuleCube(transOpt, allChartCells, m_manager);
- if (g_mosesDebug) {
- cerr << *ruleCube << endl;
- }
-
queue.Add(ruleCube);
}