From: Russ Cox Date: Fri, 10 Feb 2012 06:11:56 +0000 (-0500) Subject: regexp/syntax: delete old package comment X-Git-Tag: weekly.2012-02-14~148 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce63ec93ce47cd18e08b525fc6b84ab1c2abc920;p=gostls13.git regexp/syntax: delete old package comment R=golang-dev, r CC=golang-dev https://golang.org/cl/5651057 --- diff --git a/src/pkg/regexp/syntax/regexp.go b/src/pkg/regexp/syntax/regexp.go index 668a07764a..329a90e012 100644 --- a/src/pkg/regexp/syntax/regexp.go +++ b/src/pkg/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: