[PATCH 5/5] node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations

Michal Privoznik mprivozn at redhat.com
Tue Oct 25 15:15:32 UTC 2022


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 at redhat.com>
---
 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.37.4



More information about the libvir-list mailing list