summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
index ae4d39c45a5..8dcc6fde3f0 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
@@ -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,
OpenPOWER on IntegriCloud