[pypy-commit] pypy default: remove outdated comment

cfbolz pypy.commits at gmail.com
Tue Aug 9 05:46:14 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r86102:6a3c7c1c12ef
Date: 2016-08-09 11:45 +0200
http://bitbucket.org/pypy/pypy/changeset/6a3c7c1c12ef/

Log:	remove outdated comment

diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py
--- a/rpython/translator/c/funcgen.py
+++ b/rpython/translator/c/funcgen.py
@@ -173,7 +173,6 @@
 
     def cfunction_body(self):
         graph = self.graph
-        # yield 'goto block0;'    # to avoid a warning "this label is not used"
 
         # Locate blocks with a single predecessor, which can be written
         # inline in place of a "goto":


More information about the pypy-commit mailing list