diff options
Diffstat (limited to 'src/runtime/malloc.go')
| -rw-r--r-- | src/runtime/malloc.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go index 44479cc2be..ec2e547d3f 100644 --- a/src/runtime/malloc.go +++ b/src/runtime/malloc.go @@ -117,8 +117,6 @@ const ( pageShift = _PageShift pageSize = _PageSize - concurrentSweep = _ConcurrentSweep - _PageSize = 1 << _PageShift _PageMask = _PageSize - 1 |
