[ScriptInterpreterPython] Remove dead code.
authorDavide Italiano <davide@freebsd.org>
Tue, 19 Mar 2019 17:35:40 +0000 (17:35 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 19 Mar 2019 17:35:40 +0000 (17:35 +0000)
llvm-svn: 356487

lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h

index ae4d39c..8dcc6fd 100644 (file)
@@ -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,