From 60be633a4717f5a8bfba1cfdcbd760780b263a43 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 19 Mar 2019 17:35:40 +0000 Subject: [ScriptInterpreterPython] Remove dead code. llvm-svn: 356487 --- .../ScriptInterpreter/Python/ScriptInterpreterPython.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h') 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, -- cgit v1.2.3