projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480b831
)
libxl: remove stray declaration of libxl__hotplug_settings
author
Wei Liu
<wei.liu2@citrix.com>
Tue, 4 Aug 2015 10:16:32 +0000
(11:16 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 5 Aug 2015 09:31:40 +0000
(10:31 +0100)
That function was removed in
2ba368d1
("libxl: Remove linux udev rules")
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_internal.h
b/tools/libxl/libxl_internal.h
index 911de2de9feb53f5c86d9f44891007b487089fbd..2771c71af0bdc8559b02deaa91faff9a2b7518f6 100644
(file)
--- a/
tools/libxl/libxl_internal.h
+++ b/
tools/libxl/libxl_internal.h
@@
-1921,9
+1921,6
@@
_hidden char *libxl__device_model_xs_path(libxl__gc *gc, uint32_t dm_domid,
uint32_t domid,
const char *format, ...) PRINTF_ATTRIBUTE(4, 5);
-/* Check how executes hotplug script currently */
-int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t);
-
/*
* Calling context and GC for event-generating functions:
*