From 0620451818b62a3a253400763084cb61a1a34c34 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 25 Mar 2015 11:59:57 +0100 Subject: Revert "give this a copy ctor" This reverts commit da42d1100832aae524c2e6b0ba738623df775a3d, problem is fixed now with fc56579e9d3ef0be4912ff48e38d057d5d608ee5 "Keep GCC 4.6 happy" Conflicts: postprocess/qa/services.cxx Change-Id: If819749d322a0887c1668fbbe563d14e0402ac78 --- postprocess/qa/services.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'postprocess/qa') diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 2a7cc8ec9136..ec264744efa2 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -146,10 +146,6 @@ void Test::test() { serviceName(theServiceName), defaultConstructor(theDefaultConstructor) {} - Constructor(Constructor const &other): - serviceName(other.serviceName), - defaultConstructor(other.defaultConstructor) - {} OUString serviceName; bool defaultConstructor; }; -- cgit