summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/logopt/escape_bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/logopt/escape_bootstrap.go')
-rw-r--r--src/cmd/compile/internal/logopt/escape_bootstrap.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cmd/compile/internal/logopt/escape_bootstrap.go b/src/cmd/compile/internal/logopt/escape_bootstrap.go
deleted file mode 100644
index cc04eaadfd..0000000000
--- a/src/cmd/compile/internal/logopt/escape_bootstrap.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2019 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.
-
-//go:build !go1.8
-// +build !go1.8
-
-package logopt
-
-// For bootstrapping with an early version of Go
-func pathEscape(s string) string {
- panic("This should never be called; the compiler is not fully bootstrapped if it is.")
-}