From: Michal Privoznik Date: Tue, 25 Oct 2022 13:56:33 +0000 (+0200) Subject: node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a6474cfe4806ef90a4621b509d202b7efd8fd09e;p=libvirt.git 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 Reviewed-by: Jonathon Jongsma --- diff --git a/src/node_device/node_device_driver.h b/src/node_device/node_device_driver.h index 6f835bc71a..c7d5e22daf 100644 --- a/src/node_device/node_device_driver.h +++ b/src/node_device/node_device_driver.h @@ -46,12 +46,6 @@ typedef enum { VIR_ENUM_DECL(virMdevctlCommand); -void -nodeDeviceLock(void); - -void -nodeDeviceUnlock(void); - extern virNodeDeviceDriverState *driver; int