mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 17:56:05 +00:00
[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…
x
Reference in New Issue
Block a user