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:
authorKenneth Heafield <github@kheafield.com>2015-08-27 12:50:56 +0300
committerKenneth Heafield <github@kheafield.com>2015-08-27 12:50:56 +0300
commit380b5a5dfd99a7df4ea8f270abf72debe5e9cb6e (patch)
tree6c0811831573c9cfe605c990869e5d04e5d1d82d /moses/LatticeMBR.cpp
parent8e162ce75c3cd32dd51f01f698337290d3bd9ade (diff)
Remove unused variable
Diffstat (limited to 'moses/LatticeMBR.cpp')
-rw-r--r--moses/LatticeMBR.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/LatticeMBR.cpp b/moses/LatticeMBR.cpp
index 8dffda1b1..292f59a4c 100644
--- a/moses/LatticeMBR.cpp
+++ b/moses/LatticeMBR.cpp
@@ -507,7 +507,6 @@ bool ascendingCoverageCmp(const Hypothesis* a, const Hypothesis* b)
void getLatticeMBRNBest(const Manager& manager, const TrellisPathList& nBestList,
vector<LatticeMBRSolution>& solutions, size_t n)
{
- const StaticData& staticData = StaticData::Instance();
std::map < int, bool > connected;
std::vector< const Hypothesis *> connectedList;
map<Phrase, float> ngramPosteriors;