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(a)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