mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Remove deprecated SharedPtr::getObject
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user