aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/std/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/std/types.go')
-rw-r--r--container/std/types.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/container/std/types.go b/container/std/types.go
deleted file mode 100644
index e1b53063..00000000
--- a/container/std/types.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package std
-
-type (
- // Uint is equivalent to C.uint.
- Uint uint32
- // Int is equivalent to C.int.
- Int int32
-)