summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-31 01:49:31 +0100
committerLars Wirzenius <liw@liw.fi>2012-03-31 01:49:31 +0100
commit1e31a1318e1ee8cfb0c4de6db18e1fb33afc33e9 (patch)
tree1a56e55fa32454bfe96a677d57472e7516ea2e0e
parent2958c6b3260c1214c826cf30174357a06b07ddcb (diff)
downloadseivot-1e31a1318e1ee8cfb0c4de6db18e1fb33afc33e9.tar.gz
Remove now-unnecessary call to cleanup method
The new cliapp calls it automatically.
-rwxr-xr-xseivot2
1 files changed, 0 insertions, 2 deletions
diff --git a/seivot b/seivot
index ebcaa2d..cd5a95b 100755
--- a/seivot
+++ b/seivot
@@ -467,8 +467,6 @@ class Seivot(cliapp.Application):
# generation, not the ith one.
self.measure(prog.forget, i, 0, gen=0)
- self.cleanup()
-
self.report.format(self.output)
def generate_live_data(self, where, size):