From 3e8bb54c2fcf7a5f2739c07ac63bee4c19a2d510 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 20 Nov 2009 11:26:40 -0800 Subject: [PATCH] fix build R=rsc https://golang.org/cl/159044 --- src/pkg/regexp/regexp.go | 1 - 1 file changed, 1 deletion(-) 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++ { -- 2.50.0