diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 19:19:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 19:19:35 +0100 |
commit | b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82 (patch) | |
tree | 9dc6faf5763bfa5091931ab793c71fe9cc9ef070 /include/tools | |
parent | 1e02bf3ceb747c8491b6489bef56dd4a896269b1 (diff) |
loplugin:unnecessaryoverride
Change-Id: I5b344a92f4d762517529fb43fb68e849a7c0a619
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rc.hxx | 2 |
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 }; |