Removed a call to truncate() which slowed down

the stress test by a LOT.

llvm-svn: 154208
This commit is contained in:
Sean Callanan 2012-04-06 21:04:20 +00:00
parent 5969411316
commit afc7b13e56
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ if target.IsValid() == False:
def ResetLogFile(log_file):
if log_file != sys.stdout:
log_file.seek(0)
log_file.truncate(0)
def PrintByteArray(log_file, byte_array):
for byte in byte_array: