diff options
-rw-r--r-- | postprocess/qa/services.cxx | 4 |
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; }; |