cmComputeLinkInformation::Item: remove custom copy ctor

This commit is contained in:
Daniel Pfeifer
2017-04-22 00:33:34 +02:00
parent b44659f5e8
commit bf955e58f7

View File

@@ -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)