mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: remove more dead code
Change-Id: I0131b0d7421ff1397f16a08eff758250abbdf8e2 Reviewed-on: https://go-review.googlesource.com/29239 Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
e888b81a11
commit
ae7e0ad7b8
5 changed files with 2 additions and 81 deletions
|
|
@ -420,8 +420,6 @@ func compile(fn *Node) {
|
|||
}
|
||||
}
|
||||
|
||||
ginit()
|
||||
|
||||
gcargs := makefuncdatasym("gcargs·", obj.FUNCDATA_ArgsPointerMaps)
|
||||
gclocals := makefuncdatasym("gclocals·", obj.FUNCDATA_LocalsPointerMaps)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue