diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 8456d4a6c3..d8dbd82e70 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1574,10 +1574,6 @@ provides the GNU compiler for the Go programming language.") (("(defaultGOROOTValue.*?return `)[^`]+" _ start) (string-append start "/nonexistent")))))))))))) -;; Provides go-1.14.6 -(define-public gccgo-10 - (make-gccgo gcc-10)) - ;; Provides go-1.16.5 (define-public gccgo-11 (make-gccgo gcc-11))