[pypy-commit] pypy default: Remove dead code.

Manuel Jacob noreply at buildbot.pypy.org
Mon Jan 13 14:20:52 CET 2014


Author: Manuel Jacob
Branch: 
Changeset: r68635:42c053667504
Date: 2014-01-13 14:18 +0100
http://bitbucket.org/pypy/pypy/changeset/42c053667504/

Log:	Remove dead code.

diff --git a/rpython/translator/unsimplify.py b/rpython/translator/unsimplify.py
--- a/rpython/translator/unsimplify.py
+++ b/rpython/translator/unsimplify.py
@@ -132,11 +132,6 @@
     block.exitswitch = None
     return link
 
-def split_block_at_start(annotator, block):
-    # split before the first op, preserve order and inputargs
-    # in the second block!
-    return split_block(annotator, block, 0, _forcelink=block.inputargs)
-
 def call_initial_function(translator, initial_func, annhelper=None):
     """Before the program starts, call 'initial_func()'."""
     from rpython.annotator import model as annmodel


More information about the pypy-commit mailing list