Skip to content

Commit d519560

Browse files
committed
[lldb] Remove SBExecutionContext::reset (NFC)
This is a protected function that's not implemented. (cherry picked from commit c96d457)
1 parent 1b870c7 commit d519560

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/include/lldb/API/SBExecutionContext.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class LLDB_API SBExecutionContext {
5050
SBFrame GetFrame() const;
5151

5252
protected:
53-
void reset(lldb::ExecutionContextRefSP &event_sp);
54-
5553
lldb_private::ExecutionContextRef *get() const;
5654

5755
private:

0 commit comments

Comments
 (0)