mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
cmComputeLinkInformation::Item: remove custom copy ctor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user