Commit 7bf27853 authored by Mark Florisson's avatar Mark Florisson

Remove unneeded code after merge

parent 39232c2c
...@@ -816,9 +816,6 @@ class PyObjectType(PyrexType): ...@@ -816,9 +816,6 @@ class PyObjectType(PyrexType):
""" """
return False return False
def invalid_value(self):
return "1"
def global_init_code(self, entry, code): def global_init_code(self, entry, code):
code.put_init_var_to_py_none(entry, nanny=False) code.put_init_var_to_py_none(entry, nanny=False)
......
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