[pypy-svn] pypy jitypes2: kill this line which was resurrected by mistake during the merge

antocuni commits-noreply at bitbucket.org
Wed Mar 23 10:33:23 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r42861:bc73f43a0153
Date: 2011-03-22 21:09 +0100
http://bitbucket.org/pypy/pypy/changeset/bc73f43a0153/

Log:	kill this line which was resurrected by mistake during the merge

diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py
--- a/pypy/module/_rawffi/interp_rawffi.py
+++ b/pypy/module/_rawffi/interp_rawffi.py
@@ -250,7 +250,6 @@
     def get_basic_ffi_type(self):
         raise NotImplementedError
 
-    @unwrap_spec('self', ObjSpace)
     def descr_get_ffi_type(self, space):
         # XXX: this assumes that you have the _ffi module enabled. In the long
         # term, probably we will move the code for build structures and arrays


More information about the Pypy-commit mailing list