summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-09 19:19:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-09 19:19:35 +0100
commitb4cb88dbbdd06193f2b6a77ea7e1627b58d99a82 (patch)
tree9dc6faf5763bfa5091931ab793c71fe9cc9ef070 /include
parentand more unit tests for tdf#103890 (diff)
downloadcore-b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82.tar.gz
core-b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82.zip
loplugin:unnecessaryoverride
Change-Id: I5b344a92f4d762517529fb43fb68e849a7c0a619
Diffstat (limited to 'include')
-rw-r--r--include/tools/rc.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx
index 3636d60c4896..0ad6c0911232 100644
--- a/include/tools/rc.hxx
+++ b/include/tools/rc.hxx
@@ -75,8 +75,6 @@ protected:
public:
#ifdef DBG_UTIL
~Resource() { TestRes(); }
-#else
- ~Resource() {}
#endif
};