]> Cypherpunks repositories - gostls13.git/commitdiff
regexp/syntax: delete old package comment
authorRuss Cox <rsc@golang.org>
Fri, 10 Feb 2012 06:11:56 +0000 (01:11 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 10 Feb 2012 06:11:56 +0000 (01:11 -0500)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5651057

src/pkg/regexp/syntax/regexp.go

index 668a07764a1781ca0519c355b0fd096401436729..329a90e01294076d07f12086237d8b8669234fd7 100644 (file)
@@ -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: