From 9f032464c06c563fe0df49eac9caaaa90a68a219 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 30 Apr 2013 12:41:50 +0300 Subject: [PATCH] sysemu: drop register_devices from header No user in sight. Signed-off-by: Michael S. Tsirkin Reviewed-by: Juan Quintela Message-id: 20130430094149.GA29094@redhat.com Signed-off-by: Anthony Liguori --- include/sysemu/sysemu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index f42a5ecb2..010e412f0 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -176,8 +176,6 @@ void usb_info(Monitor *mon, const QDict *qdict); void rtc_change_mon_event(struct tm *tm); -void register_devices(void); - void add_boot_device_path(int32_t bootindex, DeviceState *dev, const char *suffix); char *get_boot_devices_list(size_t *size); -- 2.39.2