node: remove outdated FIXME comment
This commit is contained in:
parent
e3295e1368
commit
0dfabadcf2
2
node.go
2
node.go
@ -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??)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user