diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2011-07-15 23:22:49 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-07-15 23:22:49 +0000 |
| commit | 6b917bb9b54c0646a7b7b331b5e96419258672fb (patch) | |
| tree | ef98b334c8995686beebea86d2e6defc1365e621 | |
| parent | 8b4cf5e8a25d9995a9d17b2b888f9d1658fa3048 (diff) | |
| download | bcm5719-llvm-6b917bb9b54c0646a7b7b331b5e96419258672fb.tar.gz bcm5719-llvm-6b917bb9b54c0646a7b7b331b5e96419258672fb.zip | |
Fix gcc build error
llvm-svn: 135325
| -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); |

