[ScriptInterpreterPython] Remove dead code.
llvm-svn: 356487
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user