Author: Jonas Devlieghere Date: 2021-09-16T11:00:12-07:00 New Revision: c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7
URL: https://github.com/llvm/llvm-project/commit/c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7 DIFF: https://github.com/llvm/llvm-project/commit/c96d45700f6d3cb2b8d1972bb8de03522b3ff8d7.diff LOG: [lldb] Remove SBExecutionContext::reset (NFC) This is a protected function that's not implemented. Added: Modified: lldb/include/lldb/API/SBExecutionContext.h Removed: ################################################################################ diff --git a/lldb/include/lldb/API/SBExecutionContext.h b/lldb/include/lldb/API/SBExecutionContext.h index 06ece6fbc0fad..70fc83e84e4e5 100644 --- a/lldb/include/lldb/API/SBExecutionContext.h +++ b/lldb/include/lldb/API/SBExecutionContext.h @@ -50,8 +50,6 @@ class LLDB_API SBExecutionContext { SBFrame GetFrame() const; protected: - void reset(lldb::ExecutionContextRefSP &event_sp); - lldb_private::ExecutionContextRef *get() const; private: _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits