mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -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:
@@ -85,15 +85,10 @@ class cmListFileBacktrace: public std::vector<cmListFileContext>
|
||||
|
||||
struct cmListFile
|
||||
{
|
||||
cmListFile()
|
||||
:ModifiedTime(0)
|
||||
{
|
||||
}
|
||||
bool ParseFile(const char* path,
|
||||
bool topLevel,
|
||||
cmMakefile *mf);
|
||||
|
||||
long int ModifiedTime;
|
||||
std::vector<cmListFileFunction> Functions;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user