Remove useless comments for VIR_FROM_THIS definition

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
Peter Krempa 2021-02-23 18:14:32 +01:00
parent 144cb28e6b
commit c419ad8258
3 changed files with 0 additions and 3 deletions

View File

@ -103,7 +103,6 @@ struct _virPCIDeviceList {
};
/* For virReportOOMError() and virReportSystemError() */
#define VIR_FROM_THIS VIR_FROM_NONE
/* Specifications referenced in comments:

View 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");

View 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");