diff options
| author | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
| commit | 2ee4549f599ed214693abf75163176f178b4188c (patch) | |
| tree | c9dbc55a8447806706f8ae757a04c3c41b815835 /src/pkg/ebnf/parser.go | |
| parent | 5ff5b6823c8a023da5c9d6ccc2effe7fad8447f6 (diff) | |
| download | golang-2ee4549f599ed214693abf75163176f178b4188c.tar.gz | |
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
Diffstat (limited to 'src/pkg/ebnf/parser.go')
| -rw-r--r-- | src/pkg/ebnf/parser.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/ebnf/parser.go b/src/pkg/ebnf/parser.go index e621c4d89..d32b1b926 100644 --- a/src/pkg/ebnf/parser.go +++ b/src/pkg/ebnf/parser.go @@ -6,7 +6,6 @@ package ebnf import ( "container/vector"; - "ebnf"; "fmt"; "go/scanner"; "go/token"; @@ -86,8 +85,6 @@ func (p *parser) parseToken() *Token { } -func (p *parser) parseExpression() Expression - func (p *parser) parseTerm() (x Expression) { pos := p.pos; |
