[Libreoffice-commits] core.git: include/tools
Stephan Bergmann
sbergman at redhat.com
Thu Feb 9 18:20:02 UTC 2017
include/tools/rc.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 9 19:19:35 2017 +0100
loplugin:unnecessaryoverride
Change-Id: I5b344a92f4d762517529fb43fb68e849a7c0a619
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx
index 3636d60..0ad6c09 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
};
More information about the Libreoffice-commits
mailing list