Author: Carl Friedrich Bolz <cfb...@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":
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to