summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/ref.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx
index ff7175b86f81..fd00dad553a1 100644
--- a/include/tools/ref.hxx
+++ b/include/tools/ref.hxx
@@ -92,8 +92,6 @@ public:
T * get() const { return pObj; }
- T * operator &() const { return pObj; }
-
T * operator ->() const { assert(pObj != nullptr); return pObj; }
T & operator *() const { assert(pObj != nullptr); return *pObj; }