From a6474cfe4806ef90a4621b509d202b7efd8fd09e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 25 Oct 2022 15:56:33 +0200 Subject: [PATCH] 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 --- src/node_device/node_device_driver.h | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.39.5