Jelajahi Sumber

cmComputeLinkInformation::Item: remove custom copy ctor

Daniel Pfeifer 8 tahun lalu
induk
melakukan
bf955e58f7
1 mengubah file dengan 0 tambahan dan 6 penghapusan
  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)