Commit d55bb94a authored by Stefan Behnel's avatar Stefan Behnel

Remove unused fields in ControlBlock class (were used before switching to bitsets years ago).

parent e04fc8ea
...@@ -11,10 +11,8 @@ cdef class ControlBlock: ...@@ -11,10 +11,8 @@ cdef class ControlBlock:
cdef public list stats cdef public list stats
cdef public dict gen cdef public dict gen
cdef public set bounded cdef public set bounded
cdef public dict input
cdef public dict output
# Big integer it bitsets # Big integer bitsets
cdef public object i_input cdef public object i_input
cdef public object i_output cdef public object i_output
cdef public object i_gen cdef public object i_gen
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment