浏览代码

cmDefinitions::Def: remove custom copy ctor

Daniel Pfeifer 8 年之前
父节点
当前提交
a5d85a31d9
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Source/cmDefinitions.h

+ 0 - 6
Source/cmDefinitions.h

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