mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
cmMakefile: Remove useless condition.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user