]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/gc: remove dead code
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 16 Mar 2015 19:24:51 +0000 (12:24 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 16 Mar 2015 19:43:12 +0000 (19:43 +0000)
Change-Id: Id5ce859bd4b6318dc9104f7377ae23d7f0bc30cd
Reviewed-on: https://go-review.googlesource.com/7640
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/internal/gc/array.go [deleted file]

diff --git a/src/cmd/internal/gc/array.go b/src/cmd/internal/gc/array.go
deleted file mode 100644 (file)
index 0408613..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2013 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.
-
-package gc
-
-const (
-       DEFAULTCAPACITY = 16
-)