mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
Commented out unused variable.
This commit is contained in:
parent
0e98a08446
commit
3145bf3cc4
@ -85,7 +85,7 @@ size_t InputPath::GetTotalRuleSize() const
|
||||
size_t ret = 0;
|
||||
std::map<const PhraseDictionary*, std::pair<const TargetPhraseCollection*, const void*> >::const_iterator iter;
|
||||
for (iter = m_targetPhrases.begin(); iter != m_targetPhrases.end(); ++iter) {
|
||||
const PhraseDictionary *pt = iter->first;
|
||||
// const PhraseDictionary *pt = iter->first;
|
||||
const TargetPhraseCollection *tpColl = iter->second.first;
|
||||
|
||||
if (tpColl) {
|
||||
|
Loading…
Reference in New Issue
Block a user