[Lldb-commits] [lldb] r356487 - [ScriptInterpreterPython] Remove dead code.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 19 10:35:40 PDT 2019


Author: davide
Date: Tue Mar 19 10:35:40 2019
New Revision: 356487

URL: http://llvm.org/viewvc/llvm-project?rev=356487&view=rev
Log:
[ScriptInterpreterPython] Remove dead code.

Modified:
    lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h

Modified: lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h?rev=356487&r1=356486&r2=356487&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h (original)
+++ lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h Tue Mar 19 10:35:40 2019
@@ -310,22 +310,6 @@ public:
   bool GenerateWatchpointCommandCallbackData(StringList &input,
                                              std::string &output) override;
 
-  //    static size_t
-  //    GenerateBreakpointOptionsCommandCallback (void *baton,
-  //                                              InputReader &reader,
-  //                                              lldb::InputReaderAction
-  //                                              notification,
-  //                                              const char *bytes,
-  //                                              size_t bytes_len);
-  //
-  //    static size_t
-  //    GenerateWatchpointOptionsCommandCallback (void *baton,
-  //                                              InputReader &reader,
-  //                                              lldb::InputReaderAction
-  //                                              notification,
-  //                                              const char *bytes,
-  //                                              size_t bytes_len);
-
   static bool BreakpointCallbackFunction(void *baton,
                                          StoppointCallbackContext *context,
                                          lldb::user_id_t break_id,




More information about the lldb-commits mailing list