1
0
mirror of https://github.com/golang/go synced 2024-11-27 04:21:24 -07:00

runtime: remove comment that leaked into CL 153710043

This doesn't actually do anything. Maybe it will some day,
but maybe not.

TBR=r
CC=golang-codereviews
https://golang.org/cl/155490043
This commit is contained in:
Russ Cox 2014-10-17 11:03:55 -04:00
parent ae933b04e6
commit 58e357ef16

View File

@ -40,8 +40,6 @@ type pageID uintptr
// base address for all 0-byte allocations
var zerobase uintptr
//go:nowritebarrier
// Allocate an object of size bytes.
// Small objects are allocated from the per-P cache's free lists.
// Large objects (> 32 kB) are allocated straight from the heap.