diff options
Diffstat (limited to 'src/runtime/malloc.go')
| -rw-r--r-- | src/runtime/malloc.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go index bc14d2222d..fa59ce41e4 100644 --- a/src/runtime/malloc.go +++ b/src/runtime/malloc.go @@ -611,14 +611,6 @@ func gcwork(force int32) { } } -func GCcheckmarkenable() { - systemstack(gccheckmarkenable_m) -} - -func GCcheckmarkdisable() { - systemstack(gccheckmarkdisable_m) -} - // gctimes records the time in nanoseconds of each phase of the concurrent GC. type gctimes struct { sweepterm int64 // stw |
