Skip to content

Commit

Permalink
Update grammar/asdl_cpp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Mar 22, 2022
1 parent 9c4d856 commit ef412ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grammar/asdl_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def visitField(self, field, cons, last):
self.emit( 'inc_indent();', level+1)
self.emit( 'last = i == x.m_%s->scope.size();' % field.name, level+1)
self.emit( 's.append("\\n" + indtd + (last ? "└-" : "|-") + a.first + ": ");', level+1)
# self.emit( 'attached = true;', level+1)
self.emit( 'this->visit_symbol(*a.second);', level+1)
self.emit( 'dec_indent();', level+1)
self.emit('}', level)
Expand Down

0 comments on commit ef412ba

Please sign in to comment.