Commit dd29ccbe authored by Stefan Behnel's avatar Stefan Behnel

remove unused test code

parent 831575c1
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
cimport cython cimport cython
import sys import sys
IS_PY3 = sys.version_info[0] >= 3
def get_defaults(func): def get_defaults(func):
if sys.version_info >= (2, 6, 0): if sys.version_info >= (2, 6, 0):
return func.__defaults__ return func.__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