[lldb] Remove SBExecutionContext::reset (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 16 Sep 2021 17:27:07 +0000 (10:27 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 16 Sep 2021 18:00:12 +0000 (11:00 -0700)
This is a protected function that's not implemented.

lldb/include/lldb/API/SBExecutionContext.h

index 06ece6f..70fc83e 100644 (file)
@@ -50,8 +50,6 @@ public:
   SBFrame GetFrame() const;
 
 protected:
-  void reset(lldb::ExecutionContextRefSP &event_sp);
-
   lldb_private::ExecutionContextRef *get() const;
 
 private: