Browse Source

cmGeneratorTarget::SourceFileFlags: remove custom copy ctor

Daniel Pfeifer 8 years ago
parent
commit
e6c606c7ba
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Source/cmGeneratorTarget.h

+ 0 - 5
Source/cmGeneratorTarget.h

@@ -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
   };