From a5d85a31d954e6f6ee03bf2ac1f91d90da3e5164 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sat, 22 Apr 2017 00:09:44 +0200 Subject: cmDefinitions::Def: remove custom copy ctor --- Source/cmDefinitions.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/cmDefinitions.h b/Source/cmDefinitions.h index 160e8e1..ddb8918 100644 --- a/Source/cmDefinitions.h +++ b/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; }; -- cgit v0.12