Duplicated footer text

The text announcing mutexes is already on atomic-counters.sh, it's showing twice.
This commit is contained in:
Rafael Rosa Fu 2013-01-03 00:41:20 -05:00
parent 56407fb60e
commit c98792e3bf

View File

@ -46,6 +46,3 @@ func main() {
opsFinal := atomic.LoadUint64(&ops)
fmt.Println("ops:", opsFinal)
}
// Next we'll look at another approach to managing state:
// mutexes.