aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/gmp/fib.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/gmp/fib.go')
-rw-r--r--misc/cgo/gmp/fib.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cgo/gmp/fib.go b/misc/cgo/gmp/fib.go
index f453fcf184..48b070049f 100644
--- a/misc/cgo/gmp/fib.go
+++ b/misc/cgo/gmp/fib.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
-// +build ignore
// Compute Fibonacci numbers with two goroutines
// that pass integers back and forth. No actual