Skip to content

Commit 0624fd3

Browse files
dspeziaianlancetaylor
authored andcommitted
cmd/compile: regenerate builtin.go
Following a recent change, file builtin.go is not up-to-date. Generate it again by running go generate. Fixes #13203 Change-Id: Ib91c5ccc93665c043da95c7d3783ce5d94e48466 Reviewed-on: https://go-review.googlesource.com/16821 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 3a96bf0 commit 0624fd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd/compile/internal/gc/builtin.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package gc
44

55
const runtimeimport = "" +
66
"package runtime\n" +
7-
"import runtime \"runtime\"\n" +
87
"func @\"\".newobject (@\"\".typ·2 *byte) (? *any)\n" +
98
"func @\"\".panicindex ()\n" +
109
"func @\"\".panicslice ()\n" +
@@ -162,7 +161,6 @@ const runtimeimport = "" +
162161

163162
const unsafeimport = "" +
164163
"package unsafe\n" +
165-
"import runtime \"runtime\"\n" +
166164
"type @\"\".Pointer uintptr\n" +
167165
"func @\"\".Offsetof (? any) (? uintptr)\n" +
168166
"func @\"\".Sizeof (? any) (? uintptr)\n" +

0 commit comments

Comments
 (0)