]> Cypherpunks repositories - gostls13.git/commit
runtime: refine netpollunblock by removing unreachable 'if' condition
authorAndy Pan <panjf2000@gmail.com>
Wed, 25 Dec 2019 03:33:14 +0000 (03:33 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2020 20:30:27 +0000 (20:30 +0000)
commit33357270f1e0673641c9eb28498c9c6e2b9bac72
treeaf8487a7dd6b68a60ea60260edaff6ee42126fb0
parent78a45d8b4592dbd38057a2e9af83c9cf9d62ddc9
runtime: refine netpollunblock by removing unreachable 'if' condition

Change-Id: I58ac10013cadd78618124cb7ff134384d158ea4f
GitHub-Last-Rev: 2dfff0d3d3d18ecb196d5357cdfec196424d9e3b
GitHub-Pull-Request: golang/go#36276
Reviewed-on: https://go-review.googlesource.com/c/go/+/212557
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/netpoll.go