mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
cmGlobalGenerator::DirectoryContent: remove custom copy ctor
This commit is contained in:
@@ -560,12 +560,6 @@ private:
|
||||
: LastDiskTime(-1)
|
||||
{
|
||||
}
|
||||
DirectoryContent(DirectoryContent const& dc)
|
||||
: LastDiskTime(dc.LastDiskTime)
|
||||
, All(dc.All)
|
||||
, Generated(dc.Generated)
|
||||
{
|
||||
}
|
||||
};
|
||||
std::map<std::string, DirectoryContent> DirectoryContentMap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user