]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
golang/xenlight: remove no-longer used type MemKB
authorNick Rosbrook <rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:08 +0000 (18:08 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 16 Dec 2019 18:08:08 +0000 (18:08 +0000)
Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/xenlight.go

index 8f4104772658dd0b9264583b9ace33ab2929ae98..fb1c6d9e5185659611556617b1425d7cc62849a5 100644 (file)
@@ -83,8 +83,6 @@ type Domid uint32
 // Devid is a device ID.
 type Devid int
 
-type MemKB uint64
-
 // Uuid is a domain UUID.
 type Uuid [16]byte