From b2e54bef5392cc6fe98ec3a46eeec41fdd372f0d Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 28 Jan 2017 10:11:40 +0000 Subject: [PATCH] loplugin:unnecessaryoverride seen on tinderbox Linux-F19-x86_64_14-with-check Change-Id: Ic494f75df7b2ca879e7bb312166b4c91263ee214 Reviewed-on: https://gerrit.libreoffice.org/33644 Reviewed-by: Jochen Nitschke Tested-by: Jochen Nitschke --- sd/source/ui/remotecontrol/AvahiNetworkService.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx index f23bab1543c0..844bbf0b3ab7 100644 --- a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx +++ b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx @@ -19,7 +19,6 @@ namespace sd { public: AvahiNetworkService(const std::string& aname = "", unsigned int aport = 1599) : ZeroconfService(aname, aport){} - virtual ~AvahiNetworkService() override {} void clear() override; void setup() override;