cmMakefile: Remove useless condition.
This commit is contained in:
parent
a2f2aeee2f
commit
846608f267
|
@ -572,12 +572,9 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
||||||
|
|
||||||
// keep track of the current file being read
|
// keep track of the current file being read
|
||||||
if (filename)
|
if (filename)
|
||||||
{
|
|
||||||
if(this->cmCurrentListFile != filename)
|
|
||||||
{
|
{
|
||||||
this->cmCurrentListFile = filename;
|
this->cmCurrentListFile = filename;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Now read the input file
|
// Now read the input file
|
||||||
const char *filenametoread= filename;
|
const char *filenametoread= filename;
|
||||||
|
|
Loading…
Reference in New Issue