node: remove outdated FIXME comment

This commit is contained in:
mappu 2020-04-09 19:39:06 +12:00
parent e3295e1368
commit 0dfabadcf2
1 changed files with 0 additions and 2 deletions

View File

@ -761,8 +761,6 @@ func (this *conversionState) convertNoFreeFloating(n_ node.Node) (string, error)
// Generate an if err != nil {} block that we can bring up whenever
// an error is raised in a body function call
// TODO This will produce shadowed error handlers - need to make sure we
// use err2, err3 etc based on our current level of nesting
// TODO put finally() code somewhere (before/after err checking??)