From cbb6491d76c7aa81cdf5d3b3a81386129c5e2fce Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 2 Mar 2012 16:38:43 +0000 Subject: libgo: Update to weekly.2012-02-14 release. From-SVN: r184798 --- libgo/go/regexp/syntax/regexp.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgo/go/regexp/syntax/regexp.go') diff --git a/libgo/go/regexp/syntax/regexp.go b/libgo/go/regexp/syntax/regexp.go index 668a07764a1..329a90e0129 100644 --- a/libgo/go/regexp/syntax/regexp.go +++ b/libgo/go/regexp/syntax/regexp.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package syntax parses regular expressions into syntax trees. -// WORK IN PROGRESS. package syntax // Note to implementers: -- cgit v1.2.1