[Lldb-commits] [lldb] c96d457 - [lldb] Remove SBExecutionContext::reset (NFC)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 16 11:00:16 PDT 2021


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:


        


More information about the lldb-commits mailing list