Pacified unused variable warning

release/4.3a0
Alex Cunningham 2013-11-23 19:11:33 +00:00
parent 4e2b658588
commit 4bac016899
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void VariableIndex::augment(const FG& factors, boost::optional<const FastVector<
gttic(VariableIndex_augment);
// Save original number of factors for keeping track of indices
const size_t originalNFactors = nFactors_;
// const size_t originalNFactors = nFactors_;
// Augment index for each factor
for(size_t i = 0; i < factors.size(); ++i)