summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-01-27 00:13:27 +0000
committerGreg Clayton <gclayton@apple.com>2012-01-27 00:13:27 +0000
commit9ea3fcd845d9b9d3ae315f3728e399d0c7edc884 (patch)
tree9566e1cc48a66d49e9d31392fc814a3d518f835d /lldb/scripts/Python
parent286fed5c8ced2ee642ed6e3b97a7bdd6d929937c (diff)
downloadbcm5719-llvm-9ea3fcd845d9b9d3ae315f3728e399d0c7edc884.tar.gz
bcm5719-llvm-9ea3fcd845d9b9d3ae315f3728e399d0c7edc884.zip
<rdar://problem/10750012>
Remove a pseudo terminal master open and slave file descriptor that was being used for pythong stdin. It was not hooked up correctly and was causing file descriptor leaks. llvm-svn: 149098
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/interface/SBCommandInterpreter.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/scripts/Python/interface/SBCommandInterpreter.i b/lldb/scripts/Python/interface/SBCommandInterpreter.i
index ec9e51c561a..1f15a98e49a 100644
--- a/lldb/scripts/Python/interface/SBCommandInterpreter.i
+++ b/lldb/scripts/Python/interface/SBCommandInterpreter.i
@@ -99,14 +99,6 @@ public:
lldb::SBProcess
GetProcess ();
-#if 0
- ssize_t
- WriteToScriptInterpreter (const char *src);
-#endif
-
- ssize_t
- WriteToScriptInterpreter (const char *src, size_t src_len);
-
void
SourceInitFileInHomeDirectory (lldb::SBCommandReturnObject &result);
OpenPOWER on IntegriCloud