aboutsummaryrefslogtreecommitdiffstats
path: root/prog/any.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/any.go')
-rw-r--r--prog/any.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/prog/any.go b/prog/any.go
index 582f00195..5e362a94b 100644
--- a/prog/any.go
+++ b/prog/any.go
@@ -85,14 +85,6 @@ func initAnyTypes(target *Target) {
Name: name,
Kind: []string{name},
Values: []uint64{^uint64(0), 0},
- Type: &IntType{
- IntTypeCommon: IntTypeCommon{
- TypeCommon: TypeCommon{
- TypeName: base,
- TypeSize: size,
- },
- },
- },
},
}
}