From 310ed338c195c755b11e0c62bde9629797b644c8 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 4 Jan 2024 02:41:22 +0100 Subject: [PATCH] Remove semantic patch for adjusting `XSAVE_*` * admin/coccinelle/xsave.cocci: Delete file. The corresponding macros were removed in 4139c98eb5f 2018-06-14 "Remove Lisp_Misc_Save_Value". --- admin/coccinelle/xsave.cocci | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 admin/coccinelle/xsave.cocci diff --git a/admin/coccinelle/xsave.cocci b/admin/coccinelle/xsave.cocci deleted file mode 100644 index 5172bb55b33..00000000000 --- a/admin/coccinelle/xsave.cocci +++ /dev/null @@ -1,11 +0,0 @@ -// Adjust users of XSAVE_POINTER and XSAVE_INTEGER. -@@ -expression E; -@@ -( -- XSAVE_POINTER (E) -+ XSAVE_POINTER (E, 0) -| -- XSAVE_INTEGER (E) -+ XSAVE_INTEGER (E, 1) -) -- 2.39.5