Descriptionruntime: remove guard against uninitialized forcegc.g
The race was in the old C code.
The new Go code does not have the race
and does not need the check.
Patch Set 1 #Patch Set 2 : diff -r 1bc626afe666112f7a74cebe058191acebd06023 https://code.google.com/p/go/ #Patch Set 3 : diff -r 1bc626afe666112f7a74cebe058191acebd06023 https://code.google.com/p/go/ #Patch Set 4 : diff -r a48637f85ed15ed19db9d8542c4903d8715555c1 https://code.google.com/p/go/ #MessagesTotal messages: 6
|