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