Remove stale code.

llvm-svn: 142594
This commit is contained in:
Johnny Chen 2011-10-20 17:45:39 +00:00
parent 1d8ab465bf
commit 29b3f6b616
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@ class SteppingSpeedBench(BenchBase):
self.break_spec = '-F Driver::MainLoop()'
else:
self.break_spec = '-n main'
self.stepping_avg = None
#print "self.exe=%s" % self.exe
#print "self.break_spec=%s" % self.break_spec
@ -69,9 +69,6 @@ class SteppingSpeedBench(BenchBase):
except:
pass
self.stepping_avg = self.stopwatch.avg()
if self.TraceOn():
print "lldb stepping benchmark:", str(self.stopwatch)
self.child = None