mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
Meta: replace empty-string assignments with clear().
This commit is contained in:
@@ -362,7 +362,7 @@ protected:
|
||||
} else {
|
||||
// Destroy the name of the file so that it won't be output as a
|
||||
// dependency.
|
||||
info->FullPath = "";
|
||||
info->FullPath.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user