aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/types_acc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/gc/types_acc.go')
-rw-r--r--src/cmd/compile/internal/gc/types_acc.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cmd/compile/internal/gc/types_acc.go b/src/cmd/compile/internal/gc/types_acc.go
deleted file mode 100644
index d6d53f05cc..0000000000
--- a/src/cmd/compile/internal/gc/types_acc.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2017 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.
-
-// This file implements convertions between *types.Node and *Node.
-// TODO(gri) try to eliminate these soon
-
-package gc