mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
runtime/internal/sys: remove Intptr
Apparently its last use was removed in CL 8899. Change-Id: I4f3a789b3cc4c249582e81463af62b576a281e40 Reviewed-on: https://go-review.googlesource.com/16880 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
c5f0f881ad
commit
c3ba74931f
9 changed files with 0 additions and 9 deletions
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint32
|
||||
type Intptr int32 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int32 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint32
|
||||
type Intptr int32 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
|
@ -16,4 +16,3 @@ const (
|
|||
)
|
||||
|
||||
type Uintreg uint64
|
||||
type Intptr int64 // TODO(rsc): remove
|
||||
|
|
Loading…
Reference in a new issue