]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: update whitelist
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 14 Sep 2016 18:35:11 +0000 (11:35 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 14 Sep 2016 18:37:55 +0000 (18:37 +0000)
CL 29110 brought the fix into the main tree.

Change-Id: I7bf02670d40f22d35c63e05173419fdee9f93462
Reviewed-on: https://go-review.googlesource.com/29161
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/all/whitelist/all.txt

index 786e65972c5744eb8144b22e3bd4c3bef3e911b7..4cbb790cbdda85959ae160c25986c763c75c7af3 100644 (file)
@@ -1,9 +1,5 @@
 // Non-platform-specific vet whitelist. See readme.txt for details.
 
-// Issue 16228. Fixed, just waiting for an http2 re-vendor.
-net/http/h2_bundle.go: assignment copies lock value to *cfg: crypto/tls.Config contains sync.Once contains sync.Mutex
-
-
 // Real problems that we can't fix.
 
 // This is a bad WriteTo signature. Errors are being ignored!