--- trunk/OOPSE-2.0/src/io/EAMAtomTypesSectionParser.cpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-2.0/src/io/EAMAtomTypesSectionParser.cpp 2005/01/14 16:49:46 1945 @@ -144,7 +144,6 @@ void EAMAtomTypesSectionParser::parseEAMArray(std::ist const int bufferSize = 65535; char buffer[bufferSize]; std::string line; - int readLines = num/dataPerLine; int lineCount = 0; while(lineCount < nlinesToRead && input.getline(buffer, bufferSize) ){