A baton isn't needed to dispatch input.
I also added a typemap to make DispatchInput usable in Python.
llvm-svn: 162204
diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i
index 2fabc45..883ed1c 100644
--- a/lldb/scripts/Python/interface/SBDebugger.i
+++ b/lldb/scripts/Python/interface/SBDebugger.i
@@ -272,7 +272,7 @@
EnableLog (const char *channel, const char ** types);
void
- DispatchInput (void *baton, const void *data, size_t data_len);
+ DispatchInput (const void *data, size_t data_len);
void
DispatchInputInterrupt ();