]> xenbits.xensource.com Git - libvirt.git/commitdiff
node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Oct 2022 13:56:33 +0000 (15:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 26 Oct 2022 06:49:01 +0000 (08:49 +0200)
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>
src/node_device/node_device_driver.h

index 6f835bc71a6c61b52349e62ddfc7db9eed119cf2..c7d5e22daf6af8e60f3c404560ec679d468fa624 100644 (file)
@@ -46,12 +46,6 @@ typedef enum {
 VIR_ENUM_DECL(virMdevctlCommand);
 
 
-void
-nodeDeviceLock(void);
-
-void
-nodeDeviceUnlock(void);
-
 extern virNodeDeviceDriverState *driver;
 
 int