cmParseDelphiCoverage: Remove superfluous semicolons after methods

This commit is contained in:
Christoph Grüninger 2014-12-23 12:24:58 +01:00 committed by Brad King
parent 99f682b0fd
commit 1a9ba38174
1 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ bool cmParseDelphiCoverage::LoadCoverageData(
}
}
return true;
};
}
bool cmParseDelphiCoverage::ReadDelphiHTML(const char* file)
{
@ -248,4 +248,4 @@ bool cmParseDelphiCoverage::ReadDelphiHTML(const char* file)
parser(this->CTest, this->Coverage);
parser.ParseFile(file);
return true;
};
}