From ead246455adf1a215ec2715dad6533073a6beb4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:53:01 +0000 Subject: Vendor import of stripped lldb trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lldb/trunk@375505 --- include/lldb/Core/Value.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/lldb/Core/Value.h') diff --git a/include/lldb/Core/Value.h b/include/lldb/Core/Value.h index b786e4866f6c..7b4cc3b71c28 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); -- cgit v1.2.3