Commit 171f07ce authored by Stefan Behnel's avatar Stefan Behnel

avoid generating useless line trace call for function exit code

parent d9172bdf
......@@ -1899,7 +1899,7 @@ class FuncDefNode(StatNode, BlockNode):
# -------------------------
self.generate_function_body(env, code)
code.mark_pos(self.pos)
code.mark_pos(self.pos, trace=False)
code.putln("")
code.putln("/* function exit code */")
......
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