aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/gc/bootstrap.go')
-rw-r--r--src/cmd/compile/internal/gc/bootstrap.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/cmd/compile/internal/gc/bootstrap.go b/src/cmd/compile/internal/gc/bootstrap.go
deleted file mode 100644
index 37b0d59ede..0000000000
--- a/src/cmd/compile/internal/gc/bootstrap.go
+++ /dev/null
@@ -1,17 +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.
-
-//go:build !go1.8
-// +build !go1.8
-
-package gc
-
-import (
- "cmd/compile/internal/base"
- "runtime"
-)
-
-func startMutexProfiling() {
- base.Fatalf("mutex profiling unavailable in version %v", runtime.Version())
-}