summaryrefslogtreecommitdiffstats
path: root/lldb/examples
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/examples')
-rwxr-xr-xlldb/examples/python/disasm-stress-test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/disasm-stress-test.py b/lldb/examples/python/disasm-stress-test.py
index 78317933da3..ac6b6ff5b48 100755
--- a/lldb/examples/python/disasm-stress-test.py
+++ b/lldb/examples/python/disasm-stress-test.py
@@ -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:
OpenPOWER on IntegriCloud