aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mmap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mmap.go')
-rw-r--r--src/runtime/mmap.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runtime/mmap.go b/src/runtime/mmap.go
index 7460eb3104..3280a62e8d 100644
--- a/src/runtime/mmap.go
+++ b/src/runtime/mmap.go
@@ -3,15 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !aix && !darwin && !js && (!linux || !amd64) && (!linux || !arm64) && !openbsd && !plan9 && !solaris && !windows
-// +build !aix
-// +build !darwin
-// +build !js
-// +build !linux !amd64
-// +build !linux !arm64
-// +build !openbsd
-// +build !plan9
-// +build !solaris
-// +build !windows
package runtime