mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations
The node_device_driver.h declares nodeDeviceLock() and nodeDeviceUnlock() functions which used to exist, but after rework to automatic mutex management they exist no more. Their last use was removed in v8.1.0-rc1~122. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
6f45d2c181
commit
a6474cfe48
@ -46,12 +46,6 @@ typedef enum {
|
||||
VIR_ENUM_DECL(virMdevctlCommand);
|
||||
|
||||
|
||||
void
|
||||
nodeDeviceLock(void);
|
||||
|
||||
void
|
||||
nodeDeviceUnlock(void);
|
||||
|
||||
extern virNodeDeviceDriverState *driver;
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user