From: Nick Rosbrook Date: Mon, 16 Dec 2019 18:08:08 +0000 (+0000) Subject: golang/xenlight: remove no-longer used type MemKB X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1031 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d916bf3f7e407fd0c4a7d3a746f6846e84aa36b2;p=xen.git golang/xenlight: remove no-longer used type MemKB Signed-off-by: Nick Rosbrook Acked-by: George Dunlap --- diff --git a/tools/golang/xenlight/xenlight.go b/tools/golang/xenlight/xenlight.go index 8f41047726..fb1c6d9e51 100644 --- a/tools/golang/xenlight/xenlight.go +++ b/tools/golang/xenlight/xenlight.go @@ -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