summaryrefslogtreecommitdiff
path: root/src/pkg/testing/regexp.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/testing/regexp.go')
-rw-r--r--src/pkg/testing/regexp.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/testing/regexp.go b/src/pkg/testing/regexp.go
index ae698264f..2b12250f5 100644
--- a/src/pkg/testing/regexp.go
+++ b/src/pkg/testing/regexp.go
@@ -306,8 +306,6 @@ func newParser(re *Regexp) *parser {
return p;
}
-func (p *parser) regexp() (start, end instr)
-
var iNULL instr
func special(c int) bool {