summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lldbtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py
index 4a492b078af..f1d47e15400 100644
--- a/lldb/packages/Python/lldbsuite/test/lldbtest.py
+++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -438,8 +438,6 @@ def system(commands, **kwargs):
stdout=PIPE,
stderr=PIPE,
shell=True,
- #encoding="utf-8",
- #universal_newlines=True,
**kwargs)
pid = process.pid
this_output, this_error = process.communicate()
OpenPOWER on IntegriCloud