summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2019-03-19 17:35:40 +0000
committerDavide Italiano <davide@freebsd.org>2019-03-19 17:35:40 +0000
commit60be633a4717f5a8bfba1cfdcbd760780b263a43 (patch)
tree06b70600fa16ad619d93fa668592f22a800b6ed5 /lldb/source/Plugins/ScriptInterpreter/Python
parentb137c3570a8d984aefec40589eee7a61d1bbb859 (diff)
downloadbcm5719-llvm-60be633a4717f5a8bfba1cfdcbd760780b263a43.tar.gz
bcm5719-llvm-60be633a4717f5a8bfba1cfdcbd760780b263a43.zip
[ScriptInterpreterPython] Remove dead code.
llvm-svn: 356487
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
-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