summaryrefslogtreecommitdiff
path: root/src/unsafe/unsafe.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/unsafe/unsafe.go')
-rw-r--r--src/unsafe/unsafe.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unsafe/unsafe.go b/src/unsafe/unsafe.go
index a6a255658b..4a3d7feda7 100644
--- a/src/unsafe/unsafe.go
+++ b/src/unsafe/unsafe.go
@@ -180,7 +180,6 @@ type IntegerType int
// hdr.Data = uintptr(unsafe.Pointer(p))
// hdr.Len = n
// s := *(*string)(unsafe.Pointer(&hdr)) // p possibly already lost
-//
type Pointer *ArbitraryType
// Sizeof takes an expression x of any type and returns the size in bytes