diff --git a/lib/base/value.hpp b/lib/base/value.hpp index 4b6800a4f..476f7b149 100644 --- a/lib/base/value.hpp +++ b/lib/base/value.hpp @@ -286,12 +286,6 @@ public: return boost::get(m_Value); } - template - const T *GetPtr(void) const - { - return &boost::get(m_Value); - } - private: boost::variant m_Value; };