Remove deprecated SharedPtr::getObject

This commit is contained in:
Vinnie Falco
2013-09-12 03:01:02 -07:00
parent 9eda4bc6fa
commit 41eb8a1e29
2 changed files with 1 additions and 9 deletions

View File

@@ -216,14 +216,6 @@ public:
return m_p;
}
/** Returns the object that this pointer references if any, else nullptr.
DEPRECATED
*/
T* getObject () const noexcept
{
return m_p;
}
private:
// Acquire a reference to u for the caller.
//