aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stack.go')
-rw-r--r--src/runtime/stack.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/stack.go b/src/runtime/stack.go
index 5e373f1b94..8fd7ef2bcf 100644
--- a/src/runtime/stack.go
+++ b/src/runtime/stack.go
@@ -1137,7 +1137,6 @@ func freeStackSpans() {
next := s.next
if s.ref == 0 {
list.remove(s)
- s.freelist = 0
s.stackfreelist = 0
mheap_.freeStack(s)
}