mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
cmLinkImplItem: remove custom copy ctor
This commit is contained in:
parent
a8a9577e46
commit
8d090ff253
@ -51,12 +51,6 @@ public:
|
||||
, FromGenex(fromGenex)
|
||||
{
|
||||
}
|
||||
cmLinkImplItem(cmLinkImplItem const& r)
|
||||
: cmLinkItem(r)
|
||||
, Backtrace(r.Backtrace)
|
||||
, FromGenex(r.FromGenex)
|
||||
{
|
||||
}
|
||||
cmListFileBacktrace Backtrace;
|
||||
bool FromGenex;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user