From 58e357ef160da1d89c68130c83e7a383d8480b16 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 17 Oct 2014 11:03:55 -0400 Subject: [PATCH] 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 --- src/runtime/malloc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go index 876a2ddaa7..9b4264f2b3 100644 --- a/src/runtime/malloc.go +++ b/src/runtime/malloc.go @@ -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. -- 2.48.1