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:
Matthew Dempsky 2015-11-12 13:27:40 -08:00
parent c5f0f881ad
commit c3ba74931f
9 changed files with 0 additions and 9 deletions

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint32
type Intptr int32 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int32 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint32
type Intptr int32 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove

View file

@ -16,4 +16,3 @@ const (
)
type Uintreg uint64
type Intptr int64 // TODO(rsc): remove