瀏覽代碼

cmComputeLinkInformation::Item: remove custom copy ctor

Daniel Pfeifer 8 年之前
父節點
當前提交
bf955e58f7
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Source/cmComputeLinkInformation.h

+ 0 - 6
Source/cmComputeLinkInformation.h

@@ -36,12 +36,6 @@ public:
       , Target(CM_NULLPTR)
     {
     }
-    Item(Item const& item)
-      : Value(item.Value)
-      , IsPath(item.IsPath)
-      , Target(item.Target)
-    {
-    }
     Item(std::string const& v, bool p,
          cmGeneratorTarget const* target = CM_NULLPTR)
       : Value(v)