1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:28:37 -06:00

cmd/internal/gc: remove duplicate copyright notice

Change-Id: Ifa71fb443a66eb8d7732f3b0c1408947b583c1f1
Reviewed-on: https://go-review.googlesource.com/7800
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Robert Griesemer 2015-03-18 10:37:53 -07:00
parent 6d448440d5
commit fd2f8d458e

View File

@ -9,10 +9,6 @@ import (
"cmd/internal/obj"
)
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// avoid <ctype.h>
// The parser's maximum stack size.