Commit ae11bf98 authored by Stefan Behnel's avatar Stefan Behnel

Remove dead code.

parent 75f3a400
...@@ -1805,9 +1805,6 @@ class FuncDefNode(StatNode, BlockNode): ...@@ -1805,9 +1805,6 @@ class FuncDefNode(StatNode, BlockNode):
tempvardecl_code = code.insertion_point() tempvardecl_code = code.insertion_point()
self.generate_keyword_list(code) self.generate_keyword_list(code)
# ----- Extern library function declarations
lenv.generate_library_function_declarations(code)
# ----- GIL acquisition # ----- GIL acquisition
acquire_gil = self.acquire_gil acquire_gil = self.acquire_gil
......
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