mercurial/lsprof.py
changeset 7875 553aa0cbeab6
parent 7622 4dd7b28003d2
child 9032 1fa80c5428b8
child 9314 3f93f6838639
--- a/mercurial/lsprof.py	Mon Mar 23 13:13:02 2009 +0100
+++ b/mercurial/lsprof.py	Mon Mar 23 13:13:06 2009 +0100
@@ -42,7 +42,6 @@
             d = d[:top]
         cols = "% 12s %12s %11.4f %11.4f   %s\n"
         hcols = "% 12s %12s %12s %12s %s\n"
-        cols2 = "+%12s %12s %11.4f %11.4f +  %s\n"
         file.write(hcols % ("CallCount", "Recursive", "Total(ms)",
                             "Inline(ms)", "module:lineno(function)"))
         count = 0