prog: remove unused declaration

This commit is contained in:
Dmitry Vyukov 2017-09-05 19:01:48 +02:00
parent 3a866068b3
commit 0ed1da4a12

View File

@ -48,8 +48,6 @@ type Target struct {
resourceCtors map[string][]*Syscall
}
type StructGen func(g *Gen, typ *StructType, old *GroupArg) (Arg, []*Call)
var targets = make(map[string]*Target)
func RegisterTarget(target *Target) {