Skip to content

Commit 50db7c0

Browse files
authored
Merge pull request #6171 from apple/🍒/rebranch/d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86
[lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef
2 parents f990bf5 + eec85fb commit 50db7c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎lldb/include/lldb/API/SBTraceCursor.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ class LLDB_API SBTraceCursor {
124124
/// \b true if and only if the cursor ends up pointing to a valid item.
125125
bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);
126126

127-
/// \return
128-
/// The \a ExecutionContextRef of the backing thread from the creation time
129-
/// of this cursor.
130-
SBExecutionContext &GetExecutionContextRef();
131-
132127
/// Trace item information (instructions, errors and events)
133128
/// \{
134129

0 commit comments

Comments
 (0)