aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-12-10 17:47:52 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-12-15 12:53:15 -0500
commit07b35a23c3ccecde85e80fd9981abf2e15c1384b (patch)
tree6ca3dfaeb00af4ef4950b8924510afc197e4111c /scripts
parent36c5e0b8efb7a54b1cecca05de55a49ab91ac6dd (diff)
downloadqemu-07b35a23c3ccecde85e80fd9981abf2e15c1384b.zip
qemu-07b35a23c3ccecde85e80fd9981abf2e15c1384b.tar.gz
qemu-07b35a23c3ccecde85e80fd9981abf2e15c1384b.tar.bz2
compiler.h: remove QEMU_GNUC_PREREQ
When needed, the G_GNUC_CHECK_VERSION() glib macro can be used instead. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20201210134752.780923-14-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cocci-macro-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cocci-macro-file.h b/scripts/cocci-macro-file.h
index c6bbc05..20eea6b 100644
--- a/scripts/cocci-macro-file.h
+++ b/scripts/cocci-macro-file.h
@@ -19,7 +19,6 @@
*/
/* From qemu/compiler.h */
-#define QEMU_GNUC_PREREQ(maj, min) 1
#define QEMU_NORETURN __attribute__ ((__noreturn__))
#define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#define QEMU_SENTINEL __attribute__((sentinel))