summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-25 11:59:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-25 11:59:57 +0100
commit0620451818b62a3a253400763084cb61a1a34c34 (patch)
tree84aa1f9bdca65e17811ec68d390637e37d373739 /postprocess
parent46a0c8761e07226389bb2afef54817f51879e27d (diff)
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
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/qa/services.cxx4
1 files changed, 0 insertions, 4 deletions
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;
};