Commit c3ba7493 authored by Matthew Dempsky's avatar Matthew Dempsky

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: 's avatarMinux Ma <minux@golang.org>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent c5f0f881
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment