summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBCommandInterpreter.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBCommandInterpreter.i')
-rw-r--r--lldb/scripts/Python/interface/SBCommandInterpreter.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i
index 6a5ee2466b0..ec9e51c561a 100644
--- a/lldb/scripts/Python/interface/SBCommandInterpreter.i
+++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i
@@ -99,8 +99,10 @@ public:
lldb::SBProcess
GetProcess ();
+#if 0
ssize_t
WriteToScriptInterpreter (const char *src);
+#endif
ssize_t
WriteToScriptInterpreter (const char *src, size_t src_len);
OpenPOWER on IntegriCloud