From 19635d98e41dd6966ced2dabb7e0138ac6a34db9 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sun, 8 Dec 2019 13:51:49 +0000 Subject: [PATCH] Update comments --- db/socket.go | 2 +- sql/exprs.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/db/socket.go b/db/socket.go index aa04fe0b..4ec96b83 100644 --- a/db/socket.go +++ b/db/socket.go @@ -56,7 +56,7 @@ func flush(id string) { }() } -// IMPORTANT remove this when distributed +// TODO remove this when distributed // We need to remove this when moving // to a distributed cluster as // websockets might be managed by an diff --git a/sql/exprs.go b/sql/exprs.go index 0ec64faa..780fe5f8 100644 --- a/sql/exprs.go +++ b/sql/exprs.go @@ -950,8 +950,6 @@ func (p *parser) parseSubp() (stmt *SubpExpression, err error) { stmt = &SubpExpression{} - // IMPORTANT maybe we should not accept any expression here - if stmt.What, err = p.parseWhat(); err != nil { return nil, err }