aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 0533c3770..bb82cfa18 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -104,7 +104,6 @@ const (
BufferBlobRange
BufferString
BufferFilename
- BufferSockaddr
)
type BufferType struct {
@@ -206,7 +205,6 @@ type IntKind int
const (
IntPlain IntKind = iota
IntSignalno
- IntInaddr
IntFileoff // offset within a file
IntRange
)