Bläddra i källkod

cmGlobalGenerator::DirectoryContent: remove custom copy ctor

Daniel Pfeifer 8 år sedan
förälder
incheckning
44b8debff4
1 ändrade filer med 0 tillägg och 6 borttagningar
  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;