--- branches/development/src/brains/SimInfo.cpp 2012/09/13 14:10:11 1798 +++ branches/development/src/brains/SimInfo.cpp 2013/01/09 19:27:52 1825 @@ -879,7 +879,6 @@ namespace OpenMD { void SimInfo::prepareTopology() { - int nExclude, nOneTwo, nOneThree, nOneFour; //calculate mass ratio of cutoff group SimInfo::MoleculeIterator mi; @@ -927,11 +926,6 @@ namespace OpenMD { } //scan topology - - nExclude = excludedInteractions_.getSize(); - nOneTwo = oneTwoInteractions_.getSize(); - nOneThree = oneThreeInteractions_.getSize(); - nOneFour = oneFourInteractions_.getSize(); int* excludeList = excludedInteractions_.getPairList(); int* oneTwoList = oneTwoInteractions_.getPairList();