Skip to content

Commit

Permalink
crypto/x509: remove bad generate statement
Browse files Browse the repository at this point in the history
CL488855 added a broken go:generate statement, which referenced a
file which didn't exist. Remove the statement.

The generator is in the commit message for CL488855, if it is ever
actually needed.

Change-Id: I6b18d5b4f38f82b27681b9b758e9642543aa6e43
Reviewed-on: https://go-review.googlesource.com/c/go/+/565435
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
Auto-Submit: Roland Shoemaker <[email protected]>
  • Loading branch information
rolandshoemaker authored and gopherbot committed Feb 20, 2024
1 parent ff4e45f commit 0278536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crypto/x509/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

package x509

//go:generate go run gen_testing_root.go

import (
"crypto/ecdsa"
"crypto/elliptic"
Expand Down

0 comments on commit 0278536

Please sign in to comment.