mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
Remove unused variable
This commit is contained in:
parent
8e162ce75c
commit
380b5a5dfd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user