Commit c96d4570 authored by Jonas Devlieghere's avatar Jonas Devlieghere
Browse files

[lldb] Remove SBExecutionContext::reset (NFC)

This is a protected function that's not implemented.
parent 106959ac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -50,8 +50,6 @@ public:
  SBFrame GetFrame() const;

protected:
  void reset(lldb::ExecutionContextRefSP &event_sp);

  lldb_private::ExecutionContextRef *get() const;

private: