aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h b/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
index a158199e7fab..3f8005ba696c 100644
--- a/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
+++ b/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
@@ -469,14 +469,6 @@ public:
bool can_create = true);
// The method always creates missing children in the path, if necessary.
- lldb::ValueObjectSP GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs,
- size_t *index_of_error = nullptr);
-
- lldb::ValueObjectSP
- GetChildAtIndexPath(llvm::ArrayRef<std::pair<size_t, bool>> idxs,
- size_t *index_of_error = nullptr);
-
- // The method always creates missing children in the path, if necessary.
lldb::ValueObjectSP GetChildAtNamePath(llvm::ArrayRef<llvm::StringRef> names);
virtual lldb::ValueObjectSP GetChildMemberWithName(llvm::StringRef name,