"Michael S. Tsirkin" <m...@redhat.com> wrote: > No user in sight. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > include/sysemu/sysemu.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h > index 43b961c..5c2e048 100644 > --- a/include/sysemu/sysemu.h > +++ b/include/sysemu/sysemu.h > @@ -175,8 +175,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);
Reviewed-by: Juan Quintela <quint...@redhat.com> find + grep don't find users around. Thanks, Juan.