projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e71a4
)
golang/xenlight: remove no-longer used type MemKB
author
Nick Rosbrook
<rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:08 +0000
(18:08 +0000)
committer
George 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
patch
|
blob
|
history
diff --git
a/tools/golang/xenlight/xenlight.go
b/tools/golang/xenlight/xenlight.go
index 8f4104772658dd0b9264583b9ace33ab2929ae98..fb1c6d9e5185659611556617b1425d7cc62849a5 100644
(file)
--- 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