Removed unused code instead of leaving it commented out...

release/4.3a0
Richard Roberts 2013-11-26 22:50:54 +00:00
parent fa0a9ae88c
commit 21297238ba
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ 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_;
// Augment index for each factor
for(size_t i = 0; i < factors.size(); ++i)
{