[lldb] Remove SBExecutionContext::reset (NFC)

This is a protected function that's not implemented.
This commit is contained in:
Jonas Devlieghere 2021-09-16 10:27:07 -07:00
parent 106959acc1
commit c96d45700f
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ public:
SBFrame GetFrame() const;
protected:
void reset(lldb::ExecutionContextRefSP &event_sp);
lldb_private::ExecutionContextRef *get() const;
private: