Update comments
This commit is contained in:
parent
8a09a4b4c3
commit
19635d98e4
2 changed files with 1 additions and 3 deletions
|
@ -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
|
// We need to remove this when moving
|
||||||
// to a distributed cluster as
|
// to a distributed cluster as
|
||||||
// websockets might be managed by an
|
// websockets might be managed by an
|
||||||
|
|
|
@ -950,8 +950,6 @@ func (p *parser) parseSubp() (stmt *SubpExpression, err error) {
|
||||||
|
|
||||||
stmt = &SubpExpression{}
|
stmt = &SubpExpression{}
|
||||||
|
|
||||||
// IMPORTANT maybe we should not accept any expression here
|
|
||||||
|
|
||||||
if stmt.What, err = p.parseWhat(); err != nil {
|
if stmt.What, err = p.parseWhat(); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue