From 027853627d08ca41c8e4758a11d622e9f43d2562 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 20 Feb 2024 08:53:57 -0800 Subject: [PATCH] crypto/x509: remove bad generate statement 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 Reviewed-by: Damien Neil Auto-Submit: Roland Shoemaker --- src/crypto/x509/platform_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/crypto/x509/platform_test.go b/src/crypto/x509/platform_test.go index c35f0b448e..b425e02f3b 100644 --- a/src/crypto/x509/platform_test.go +++ b/src/crypto/x509/platform_test.go @@ -4,8 +4,6 @@ package x509 -//go:generate go run gen_testing_root.go - import ( "crypto/ecdsa" "crypto/elliptic" -- 2.48.1