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:
authorPhil Williams <philip.williams@mac.com>2015-11-27 15:20:38 +0300
committerPhil Williams <philip.williams@mac.com>2015-11-27 15:20:38 +0300
commit7375d81e163d3c706302150d6bb3f07f7dda0db5 (patch)
tree864d223a2bad6559069ed7235598c0e010aeadcd /moses/ChartHypothesis.cpp
parentb0e7d30fc6acd755c1c47b037ebc761b2d03929b (diff)
Fix a few compiler warnings (clang)
Diffstat (limited to 'moses/ChartHypothesis.cpp')
-rw-r--r--moses/ChartHypothesis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/ChartHypothesis.cpp b/moses/ChartHypothesis.cpp
index 9143be715..c99aec45e 100644
--- a/moses/ChartHypothesis.cpp
+++ b/moses/ChartHypothesis.cpp
@@ -257,7 +257,6 @@ void ChartHypothesis::CleanupArcList()
* so we'll keep all of arc list if nedd distinct n-best list
*/
AllOptions const& opts = StaticData::Instance().options();
- const StaticData &staticData = StaticData::Instance();
size_t nBestSize = opts.nbest.nbest_size;
bool distinctNBest = (opts.nbest.only_distinct
|| opts.mbr.enabled