[pypy-commit] extradoc extradoc: dead code

cfbolz noreply at buildbot.pypy.org
Thu Jul 26 11:14:17 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4370:9d5e22f2a87c
Date: 2012-07-25 11:53 +0200
http://bitbucket.org/pypy/extradoc/changeset/9d5e22f2a87c/

Log:	dead code

diff --git a/talk/vmil2012/example/rdatasize.py b/talk/vmil2012/example/rdatasize.py
--- a/talk/vmil2012/example/rdatasize.py
+++ b/talk/vmil2012/example/rdatasize.py
@@ -15,8 +15,6 @@
     seen_numbering = set()
     # all in words
     results = defaultdict(float)
-    size_estimate_virtuals = 0
-    naive_consts = 0
     with file(infile) as f:
         for line in f:
             if line.startswith("Log storage"):


More information about the pypy-commit mailing list