1
0
Эх сурвалжийг харах

cmDefinitions::Def: remove custom copy ctor

Daniel Pfeifer 8 жил өмнө
parent
commit
a5d85a31d9

+ 0 - 6
Source/cmDefinitions.h

@@ -65,12 +65,6 @@ private:
       , Used(false)
     {
     }
-    Def(Def const& d)
-      : std_string(d)
-      , Exists(d.Exists)
-      , Used(d.Used)
-    {
-    }
     bool Exists;
     bool Used;
   };