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