Skip to content

Commit c541aab

Browse files
cuonglmgopherbot
authored andcommitted
cmd: remove notsha256 package
All of its usages were removed in CL 610596. Updates #51940 Updates #64751 Change-Id: I72a0ea4bd44a2f671e032bffa1facf84822a90f2 Reviewed-on: https://go-review.googlesource.com/c/go/+/610599 Auto-Submit: Cuong Manh Le <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]>
1 parent 5ca785d commit c541aab

10 files changed

+1
-1647
lines changed

src/cmd/dist/buildtool.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ var bootstrapDirs = []string{
4545
"cmd/internal/gcprog",
4646
"cmd/internal/goobj",
4747
"cmd/internal/hash",
48-
"cmd/internal/notsha256",
4948
"cmd/internal/obj/...",
5049
"cmd/internal/objabi",
5150
"cmd/internal/pgo",
@@ -225,8 +224,7 @@ func bootstrapBuildTools() {
225224
// Run Go bootstrap to build binaries.
226225
// Use the math_big_pure_go build tag to disable the assembly in math/big
227226
// which may contain unsupported instructions.
228-
// Use the purego build tag to disable other assembly code,
229-
// such as in cmd/internal/notsha256.
227+
// Use the purego build tag to disable other assembly code.
230228
cmd := []string{
231229
pathf("%s/bin/go", goroot_bootstrap),
232230
"install",

src/cmd/internal/notsha256/sha256.go

Lines changed: 0 additions & 141 deletions
This file was deleted.

src/cmd/internal/notsha256/sha256_test.go

Lines changed: 0 additions & 175 deletions
This file was deleted.

src/cmd/internal/notsha256/sha256block.go

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)