Author: Antonio Cuni <[email protected]>
Branch: ffistruct
Changeset: r55118:1789dd23d999
Date: 2012-05-16 10:53 +0200
http://bitbucket.org/pypy/pypy/changeset/1789dd23d999/
Log: kill outdated comment
diff --git a/pypy/module/_ffi/type_converter.py
b/pypy/module/_ffi/type_converter.py
--- a/pypy/module/_ffi/type_converter.py
+++ b/pypy/module/_ffi/type_converter.py
@@ -49,7 +49,6 @@
elif w_ffitype.is_singlefloat():
self._singlefloat(w_ffitype, w_obj)
elif w_ffitype.is_struct():
- # arg_raw directly takes value to put inside ll_args
w_obj = space.interp_w(W__StructInstance, w_obj)
self.handle_struct(w_ffitype, w_obj)
else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit