diff options
Diffstat (limited to 'include/lldb/Core/Value.h')
-rw-r--r-- | include/lldb/Core/Value.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lldb/Core/Value.h b/include/lldb/Core/Value.h index b786e4866f6c1..7b4cc3b71c28c 100644 --- a/include/lldb/Core/Value.h +++ b/include/lldb/Core/Value.h @@ -210,7 +210,6 @@ public: uint64_t GetValueByteSize(Status *error_ptr, ExecutionContext *exe_ctx); Status GetValueAsData(ExecutionContext *exe_ctx, DataExtractor &data, - uint32_t data_offset, Module *module); // Can be nullptr static const char *GetValueTypeAsCString(ValueType context_type); |