aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/malloc.go')
-rw-r--r--src/runtime/malloc.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go
index ef1c975cea..754cfb72fb 100644
--- a/src/runtime/malloc.go
+++ b/src/runtime/malloc.go
@@ -317,9 +317,6 @@ const (
//
// This should agree with minZeroPage in the compiler.
minLegalPointer uintptr = 4096
-
- // Whether to use the old page allocator or not.
- oldPageAllocator = false
)
// physPageSize is the size in bytes of the OS's physical pages.