diff options
author | Thomas Huth <thuth@redhat.com> | 2018-12-03 13:18:28 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-12-12 10:01:13 +0100 |
commit | 78751ea855f89b5a352ccc332162fed3ad4c9496 (patch) | |
tree | 5514d7c72ea1e0cfd2ccbd5af54843f5323a3925 /scripts/checkpatch.pl | |
parent | f773b423cc61f3ca18af5337101c158a52aaae2c (diff) |
Remove QEMU_ARTIFICIAL macro
The code that used it has already been removed a while ago with commit
dc41aa7d34989b552ef ("tcg: Remove GET_TCGV_* and MAKE_TCGV_*").
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 60f6f89a27..a892a6cc7c 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -202,7 +202,6 @@ our $Attribute = qr{ QEMU_NORETURN| QEMU_WARN_UNUSED_RESULT| QEMU_SENTINEL| - QEMU_ARTIFICIAL| QEMU_PACKED| GCC_FMT_ATTR }x; |