forked from OSchip/llvm-project
[lldbtest] Remove some accidentally commented out code.
llvm-svn: 354415
This commit is contained in:
parent
89c77054a2
commit
a875b9b32b
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue