From 2ee4549f599ed214693abf75163176f178b4188c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 12 Aug 2009 13:19:17 -0700 Subject: convert non-low-level non-google pkg code to whole-package compilation. R=r OCL=33070 CL=33101 --- src/pkg/testing/regexp.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pkg/testing/regexp.go') 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 { -- cgit v1.2.3