[pypy-commit] pypy cppyy-packaging: cleanup

wlav pypy.commits at gmail.com
Sat Oct 7 09:09:02 EDT 2017


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: cppyy-packaging
Changeset: r92594:16133916e940
Date: 2017-10-03 15:43 -0700
http://bitbucket.org/pypy/pypy/changeset/16133916e940/

Log:	cleanup

diff --git a/pypy/module/_cppyy/ffitypes.py b/pypy/module/_cppyy/ffitypes.py
--- a/pypy/module/_cppyy/ffitypes.py
+++ b/pypy/module/_cppyy/ffitypes.py
@@ -12,9 +12,6 @@
 
 class State(object):
     def __init__(self, space):
-        self.library = None
-        self.capi_calls = {}
-
         nt = newtype     # module from _cffi_backend
 
         # builtin types


More information about the pypy-commit mailing list