mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
cmLinkItem: remove custom copy ctor
This commit is contained in:
@@ -32,11 +32,6 @@ public:
|
||||
, Target(t)
|
||||
{
|
||||
}
|
||||
cmLinkItem(cmLinkItem const& r)
|
||||
: std_string(r)
|
||||
, Target(r.Target)
|
||||
{
|
||||
}
|
||||
cmGeneratorTarget const* Target;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user