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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2014-01-03 22:45:31 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2014-01-03 22:45:31 +0400
commit073a601eb0a7be3f3b1dc8000c8371dad18f5318 (patch)
treec8f890232dce04ece7952c939a392aec36c00106 /moses/SearchCubePruning.h
parent14a499d9aa9c7f7be4fa2320a6b54fdcde3e2284 (diff)
make good use of the new precise timer...
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index dc26886cc..d959c9e64 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -21,7 +21,6 @@ protected:
const InputType &m_source;
std::vector < HypothesisStack* > m_hypoStackColl; /**< stacks to store hypotheses (partial translations) */
// no of elements = no of words in source + 1
- clock_t m_start; /**< used to track time spend on translation */
const TranslationOptionCollection &m_transOptColl; /**< pre-computed list of translation options for the phrases in this sentence */
//! go thru all bitmaps in 1 stack & create backpointers to bitmaps in the stack