Commit b906eb87 authored by Stefan Behnel's avatar Stefan Behnel

remove dead code (fused types code no longer imports numpy in generated Cython code)

parent 111b2f0a
......@@ -558,10 +558,6 @@ class FusedCFuncDefNode(StatListNode):
""")
decl_code.indent()
pyx_code.put_chunk(
u"""
from __future__ import absolute_import # for later numpy import
""")
pyx_code.put_chunk(
u"""
def __pyx_fused_cpdef(signatures, args, kwargs, defaults):
......
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