Преглед изворни кода

cmGlobalGenerator::DirectoryContent: remove custom copy ctor

Daniel Pfeifer пре 8 година
родитељ
комит
44b8debff4
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      Source/cmGlobalGenerator.h

+ 0 - 6
Source/cmGlobalGenerator.h

@@ -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;