Got rid of unused warning

release/4.3a0
Frank Dellaert 2012-06-30 07:08:29 +00:00
parent 61cc8026b9
commit badb22c304
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@ void VariableIndex::augment(const FactorGraph& factors) {
}
// Allocate index
Index originalSize = index_.size();
index_.resize(std::max(index_.size(), maxVar+1));
// Augment index mapping from variable id to factor index