From a355a418e17bfd1b164484b159017776da9351f9 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 20 Nov 2009 11:26:40 -0800 Subject: fix build R=rsc http://codereview.appspot.com/159044 --- src/pkg/regexp/regexp.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/regexp/regexp.go') diff --git a/src/pkg/regexp/regexp.go b/src/pkg/regexp/regexp.go index 0b1d97d13..30043fcb9 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++ { -- cgit v1.2.3