summaryrefslogtreecommitdiff
path: root/include/tools/link.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/link.hxx')
-rw-r--r--include/tools/link.hxx1
1 files changed, 0 insertions, 1 deletions
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_;