cmGeneratorTarget::SourceFileFlags: remove custom copy ctor

This commit is contained in:
Daniel Pfeifer 2017-04-22 00:38:46 +02:00
parent 8d090ff253
commit e6c606c7ba

View File

@ -512,11 +512,6 @@ public:
, MacFolder(CM_NULLPTR)
{
}
SourceFileFlags(SourceFileFlags const& r)
: Type(r.Type)
, MacFolder(r.MacFolder)
{
}
SourceFileType Type;
const char* MacFolder; // location inside Mac content folders
};