소스 검색

cmLinkItem: remove custom copy ctor

Daniel Pfeifer 8 년 전
부모
커밋
a8a9577e46
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Source/cmLinkItem.h

+ 0 - 5
Source/cmLinkItem.h

@@ -32,11 +32,6 @@ public:
     , Target(t)
   {
   }
-  cmLinkItem(cmLinkItem const& r)
-    : std_string(r)
-    , Target(r.Target)
-  {
-  }
   cmGeneratorTarget const* Target;
 };