GIT: Housekeeping

This commit is contained in:
Andrew Heather
2019-12-06 17:28:34 +00:00
parent ae3a595b60
commit 5d7d24df94
3 changed files with 1 additions and 18 deletions

View File

@ -1357,12 +1357,6 @@ int main(int argc, char *argv[])
{
string line;
inFile.getLine(line);
if (line.empty())
{
continue;
}
IStringStream lineStr(line);
// This implies the end of while has been reached