diff options
Diffstat (limited to 'src/runtime/mpagealloc.go')
| -rw-r--r-- | src/runtime/mpagealloc.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/mpagealloc.go b/src/runtime/mpagealloc.go index 83df7c5150..853d7fc9ca 100644 --- a/src/runtime/mpagealloc.go +++ b/src/runtime/mpagealloc.go @@ -267,8 +267,6 @@ type pageAlloc struct { // All access is protected by the mheapLock. inUse addrRanges - _ uint32 // Align scav so it's easier to reason about alignment within scav. - // scav stores the scavenger state. scav struct { // index is an efficient index of chunks that have pages available to |
