mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
cmListFileArgument: remove custom copy ctor
This commit is contained in:
@@ -45,12 +45,6 @@ struct cmListFileArgument
|
||||
, Line(0)
|
||||
{
|
||||
}
|
||||
cmListFileArgument(const cmListFileArgument& r)
|
||||
: Value(r.Value)
|
||||
, Delim(r.Delim)
|
||||
, Line(r.Line)
|
||||
{
|
||||
}
|
||||
cmListFileArgument(const std::string& v, Delimiter d, long line)
|
||||
: Value(v)
|
||||
, Delim(d)
|
||||
|
||||
Reference in New Issue
Block a user