Commit 48fa8563 authored by Stefan Behnel's avatar Stefan Behnel

remove unused code

parent 971b32d5
......@@ -2296,7 +2296,6 @@ class CArrayType(CPointerBaseType):
context = {
'cname': from_py_function,
'base_type': base_type,
'from_py_func': self.base_type.from_py_function,
}
env.use_utility_code(CythonUtilityCode.load(
"carray.from_py", "CConvert.pyx",
......
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