Remove unused ptrSize
Can't see where it would still be used.
This commit is contained in:
parent
d8f796af33
commit
7da231534b
|
@ -31,9 +31,6 @@ const (
|
|||
// UnsafeDisabled is a build-time constant which specifies whether or
|
||||
// not access to the unsafe package is available.
|
||||
UnsafeDisabled = false
|
||||
|
||||
// ptrSize is the size of a pointer on the current arch.
|
||||
ptrSize = unsafe.Sizeof((*byte)(nil))
|
||||
)
|
||||
|
||||
type flag uintptr
|
||||
|
|
Loading…
Reference in New Issue