Skip to content

Commit fb880b8

Browse files
committed
cmd/newlink: delete
cmd/link is clearly the way forward. The original rationale for cmd/newlink was that it would be a clean Go reimplementation. But when push came to shove, cmd/link got converted from C instead, and all the work on build modes and the like is in cmd/link now. Cleaning up cmd/link is likely a much better plan. This directory is something to delete from releases and the testdata is something that breaks every time the .6 format changes. Fix both problems by just deleting it outright. Change-Id: Ib00fecda258ba685f1752725971182af9d4459eb Reviewed-on: https://go-review.googlesource.com/20380 Run-TryBot: Russ Cox <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent c4012b6 commit fb880b8

38 files changed

+0
-5216
lines changed

misc/nacl/testzip.proto

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ go src=..
4444
gofmt_test.go
4545
testdata
4646
+
47-
newlink
48-
testdata
49-
+
5047
archive
5148
tar
5249
testdata

src/cmd/newlink/auto.go

-98
This file was deleted.

src/cmd/newlink/auto_test.go

-71
This file was deleted.

src/cmd/newlink/dead.go

-74
This file was deleted.

src/cmd/newlink/dead_test.go

-97
This file was deleted.

src/cmd/newlink/debug.go

-11
This file was deleted.

0 commit comments

Comments
 (0)