mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmListFile: Remove unused member.
It is written, but not read since commit v2.4.0~575 (ENH: Since list file cache does not make much sense any more ..., 2006-02-07).
This commit is contained in:
@@ -146,18 +146,12 @@ bool cmListFile::ParseFile(const char* filename,
|
||||
}
|
||||
|
||||
bool parseError = false;
|
||||
this->ModifiedTime = cmSystemTools::ModifiedTime(filename);
|
||||
|
||||
{
|
||||
cmListFileParser parser(this, mf, filename);
|
||||
parseError = !parser.ParseFile();
|
||||
}
|
||||
|
||||
if(parseError)
|
||||
{
|
||||
this->ModifiedTime = 0;
|
||||
}
|
||||
|
||||
// do we need a cmake_policy(VERSION call?
|
||||
if(topLevel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user