Commented out unused variables.

This commit is contained in:
Ulrich Germann 2014-05-31 14:25:43 +01:00
parent 0b6a0e42d6
commit 339f9fb780

View File

@ -521,7 +521,7 @@ int main(int argc, char** argv)
}
// get reference to feature functions
const vector<FeatureFunction*> &featureFunctions = FeatureFunction::GetFeatureFunctions();
// const vector<FeatureFunction*> &featureFunctions = FeatureFunction::GetFeatureFunctions();
ScoreComponentCollection initialWeights = decoder->getWeights();
if (add2lm != 0) {
@ -667,7 +667,7 @@ int main(int argc, char** argv)
}
// number of weight dumps this epoch
size_t weightMixingThisEpoch = 0;
// size_t weightMixingThisEpoch = 0;
size_t weightEpochDump = 0;
size_t shardPosition = 0;