mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
Remove outdated comment.
This commit is contained in:
parent
2296221e65
commit
d4e8659853
|
@ -618,9 +618,6 @@ func (cp *compiler) primary(n *parse.Primary) valuesOp {
|
|||
case parse.Braced:
|
||||
return cp.braced(n)
|
||||
default:
|
||||
// XXX: Primary types not yet implemented are just treated as
|
||||
// barewords. Should report parser bug of bad PrimaryType after they
|
||||
// have been implemented.
|
||||
cp.errorf(n.Begin(), "bad PrimaryType; parser bug")
|
||||
return literalStr(n.SourceText())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user