Browse Source

cmLinkItem: remove custom copy ctor

Daniel Pfeifer 8 năm trước cách đây
mục cha
commit
a8a9577e46
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;
 };