forked from OSchip/llvm-project
[lldb] Remove SBExecutionContext::reset (NFC)
This is a protected function that's not implemented.
This commit is contained in:
parent
106959acc1
commit
c96d45700f
|
@ -50,8 +50,6 @@ public:
|
|||
SBFrame GetFrame() const;
|
||||
|
||||
protected:
|
||||
void reset(lldb::ExecutionContextRefSP &event_sp);
|
||||
|
||||
lldb_private::ExecutionContextRef *get() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue