aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/newlink/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/newlink/debug.go')
-rw-r--r--src/cmd/newlink/debug.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cmd/newlink/debug.go b/src/cmd/newlink/debug.go
deleted file mode 100644
index ee20644fd0..0000000000
--- a/src/cmd/newlink/debug.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 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.
-
-// Generation of debug data structures (in the executable but not mapped at run time).
-// See also runtime.go.
-
-package main
-
-func (p *Prog) debug() {
-}