From 3ad5ad57e2fdac80cd4c79da958cd5122b941c60 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 12 Dec 2015 06:09:12 +0100 Subject: DEVTOOLS: Use default copy constructor. The formerly user supplied copy constructor was not identical to the default generated, but the output of create_project for xcode is unchanged. --- devtools/create_project/xcode.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'devtools') diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h index 7a1e540df1..3f037ebfc4 100644 --- a/devtools/create_project/xcode.h +++ b/devtools/create_project/xcode.h @@ -131,12 +131,6 @@ private: _settings[name] = setting; } - // Copy constructor - Property(const Property &rhs) { - _settings = rhs._settings; - _flags = rhs._flags; - } - OrderedSettingList getOrderedSettingList() { OrderedSettingList list; -- cgit v1.2.3