From 9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Mar 2017 11:41:17 +0200 Subject: loplugin:unusedmethods Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0 Reviewed-on: https://gerrit.libreoffice.org/35834 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/link.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/tools/link.hxx') diff --git a/include/tools/link.hxx b/include/tools/link.hxx index de76c25dd6e9..8b65be4755dd 100644 --- a/include/tools/link.hxx +++ b/include/tools/link.hxx @@ -102,7 +102,6 @@ public: { return function_ == other.function_ && instance_ == other.instance_; }; void *GetInstance() const { return instance_; } - Stub* GetFunction() const { return function_; } private: Stub * function_; -- cgit