[pypy-svn] pypy jitypes2: kill dead code

antocuni commits-noreply at bitbucket.org
Mon Jan 31 18:27:42 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r41503:ad5e5fb541de
Date: 2011-01-31 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/ad5e5fb541de/

Log:	kill dead code

diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
+++ b/lib_pypy/_ctypes/function.py
@@ -542,8 +542,6 @@
                 assert self._slowpath_allowed
                 self.__class__ = CFuncPtr
                 return self(*args)
-
-                return self._rollback_to_slow_version(*args)
             #
             assert self.callable is None
             assert not self._com_index


More information about the Pypy-commit mailing list