Skip to content

Commit

Permalink
Remove erroneous TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencewoodman committed Apr 4, 2017
1 parent eae03ce commit a0364e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (expr *Expr) Eval(
) *dlit.Literal {
var l *dlit.Literal
inspector := func(n ast.Node) bool {
eltStore := newEltStore() // TODO: Put this in expr
eltStore := newEltStore()
l = nodeToLiteral(vars, callFuncs, expr.valStore, eltStore, n)
return false
}
Expand Down

0 comments on commit a0364e0

Please sign in to comment.