regexp/syntax: delete old package comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5651057
This commit is contained in:
Russ Cox 2012-02-10 01:11:56 -05:00
parent 62b328ed19
commit ce63ec93ce

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Package syntax parses regular expressions into syntax trees.
// WORK IN PROGRESS.
package syntax package syntax
// Note to implementers: // Note to implementers: