Commit de6d37a4 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Remove previous end block now unnecessary, as we handle putting an opt arg guard in an optimal way

parent c8f2ec23
......@@ -1321,7 +1321,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
if num_if:
opt_arg_guard.putln("if (this->%s != NULL) {" % opt_arg_name)
code.putln("}")
code.putln("}")
for reifying_class_entry in entry.type.scope.reifying_entries:
reified_function_entry = reifying_class_entry.reified_entry
......
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