Commit d634dd04 authored by Mark Florisson's avatar Mark Florisson

Remove unused function from memoryview test

parent 8d47713c
......@@ -152,9 +152,6 @@ def call():
f = ExtClass()
pf = PyClass()
cdef int[:] func():
pass
cdef ExtClass get_ext_obj():
print 'get_ext_obj called'
return ExtClass.__new__(ExtClass)
......
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