From: Rob Pike Date: Fri, 20 Nov 2009 19:26:40 +0000 (-0800) Subject: fix build X-Git-Tag: weekly.2009-12-07~170 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3e8bb54c2fcf7a5f2739c07ac63bee4c19a2d510;p=gostls13.git fix build R=rsc https://golang.org/cl/159044 --- diff --git a/src/pkg/regexp/regexp.go b/src/pkg/regexp/regexp.go index 0b1d97d136..30043fcb9a 100644 --- a/src/pkg/regexp/regexp.go +++ b/src/pkg/regexp/regexp.go @@ -763,7 +763,6 @@ func (a *matchArena) addState(s []state, inst instr, match *matchVec, pos, end i } index := inst.index(); l := len(s); - begin := match.m[0]; // States are inserted in order so it's sufficient to see if we have the same // instruction; no need to see if existing match is earlier (it is). for i := 0; i < l; i++ {