소스 검색

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;