[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

View File

@ -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()