aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand/gen_cooked.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/rand/gen_cooked.go')
-rw-r--r--src/math/rand/gen_cooked.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/rand/gen_cooked.go b/src/math/rand/gen_cooked.go
index 7950e09fd7..782bb6671d 100644
--- a/src/math/rand/gen_cooked.go
+++ b/src/math/rand/gen_cooked.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
-// +build ignore
// This program computes the value of rngCooked in rng.go,
// which is used for seeding all instances of rand.Source.