summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-04-30 11:41:50 +0200
committerAnthony Liguori2013-04-30 23:04:24 +0200
commit9f032464c06c563fe0df49eac9caaaa90a68a219 (patch)
tree5c289f86a411ce24b4f969e5a8ec6b93cd292eaa /include
parentlibqtest: only call fclose() on open files (diff)
downloadqemu-9f032464c06c563fe0df49eac9caaaa90a68a219.tar.gz
qemu-9f032464c06c563fe0df49eac9caaaa90a68a219.tar.xz
qemu-9f032464c06c563fe0df49eac9caaaa90a68a219.zip
sysemu: drop register_devices from header
No user in sight. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-id: 20130430094149.GA29094@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index f42a5ecb25..010e412f0c 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);