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,
 | 
					            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()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue