[lldbtest] Remove some accidentally commented out code.

llvm-svn: 354415
This commit is contained in:
Davide Italiano 2019-02-20 00:54:10 +00:00
parent 89c77054a2
commit a875b9b32b
1 changed files with 0 additions and 2 deletions

View File

@ -438,8 +438,6 @@ def system(commands, **kwargs):
stdout=PIPE, stdout=PIPE,
stderr=PIPE, stderr=PIPE,
shell=True, shell=True,
#encoding="utf-8",
#universal_newlines=True,
**kwargs) **kwargs)
pid = process.pid pid = process.pid
this_output, this_error = process.communicate() this_output, this_error = process.communicate()