diff options
Diffstat (limited to 'include/lldb/Core/ValueObjectConstResultImpl.h')
-rw-r--r-- | include/lldb/Core/ValueObjectConstResultImpl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/lldb/Core/ValueObjectConstResultImpl.h b/include/lldb/Core/ValueObjectConstResultImpl.h index 271b938235697..e3574e8a4d4e5 100644 --- a/include/lldb/Core/ValueObjectConstResultImpl.h +++ b/include/lldb/Core/ValueObjectConstResultImpl.h @@ -47,13 +47,6 @@ public: lldb::ValueObjectSP AddressOf (Error &error); - bool - NeedsDerefOnTarget() - { - m_impl_backend->UpdateValueIfNeeded(false); - return (m_impl_backend->GetValue().GetValueType() == Value::eValueTypeHostAddress); - } - lldb::addr_t GetLiveAddress() { @@ -68,9 +61,6 @@ public: m_live_address_type = address_type; } - lldb::ValueObjectSP - DerefOnTarget(); - virtual lldb::addr_t GetAddressOf (bool scalar_is_load_address = true, AddressType *address_type = NULL); |