]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove useless comments for VIR_FROM_THIS definition
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Feb 2021 17:14:32 +0000 (18:14 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 2 Mar 2021 08:50:19 +0000 (09:50 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/util/virpci.c
src/util/virscsi.c
src/util/virscsivhost.c

index 8c144494c6989ef106bdf2add9bbb1331e64d56d..ac90d0a2450923af05b73347c40e38900c842af0 100644 (file)
@@ -103,7 +103,6 @@ struct _virPCIDeviceList {
 };
 
 
-/* For virReportOOMError()  and virReportSystemError() */
 #define VIR_FROM_THIS VIR_FROM_NONE
 
 /* Specifications referenced in comments:
index 2a9f6da76ac14889511ed7bdd3999c4ae0d544be..d0ba33e2542a066e0136e3f3fca9379fa8eeb6aa 100644 (file)
@@ -37,7 +37,6 @@
 
 #define SYSFS_SCSI_DEVICES "/sys/bus/scsi/devices"
 
-/* For virReportOOMError()  and virReportSystemError() */
 #define VIR_FROM_THIS VIR_FROM_NONE
 
 VIR_LOG_INIT("util.scsi");
index b7bf0da1b3c7c6ad67beb6d3bd73eebd9c232345..a0dfb8021a374561a9f848282151a36145c873d8 100644 (file)
@@ -28,7 +28,6 @@
 #include "virstring.h"
 #include "viralloc.h"
 
-/* For virReportOOMError()  and virReportSystemError() */
 #define VIR_FROM_THIS VIR_FROM_NONE
 
 VIR_LOG_INIT("util.scsihost");