diff options
-rw-r--r-- | lldb/include/lldb/Interpreter/ScriptInterpreter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Interpreter/ScriptInterpreter.h b/lldb/include/lldb/Interpreter/ScriptInterpreter.h index 38ac00eaad2..fa7bb4cb4e5 100644 --- a/lldb/include/lldb/Interpreter/ScriptInterpreter.h +++ b/lldb/include/lldb/Interpreter/ScriptInterpreter.h @@ -27,8 +27,6 @@ public: const lldb::StackFrameSP& frame_sp, const lldb::BreakpointLocationSP &bp_loc_sp); - typedef - typedef std::string (*SWIGPythonTypeScriptCallbackFunction) (const char *python_function_name, const char *session_dictionary_name, const lldb::ValueObjectSP& valobj_sp); |