From 0dace6c066054390fed17f149ec468d207fa78d0 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Wed, 15 Feb 2023 16:39:28 +0100
Subject: [PATCH] [machdep] suppress obsolete fields

---
 make_machdep/make_machdep.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/make_machdep/make_machdep.py b/make_machdep/make_machdep.py
index dd078e39886..0a29f3272fa 100755
--- a/make_machdep/make_machdep.py
+++ b/make_machdep/make_machdep.py
@@ -126,8 +126,6 @@ machdep = {
     "alignof_str": None,
     "alignof_fun": None,
     "char_is_unsigned": None,
-    "underscore_name": None,
-    "const_string_literals": None,
     "little_endian": None,
     "alignof_aligned": None,
     "has__builtin_va_list": None,
@@ -166,7 +164,6 @@ source_files = [
     ("ptrdiff_t.c", "type"),
     ("char_is_unsigned.c", "bool"),
     ("little_endian.c", "bool"),
-    ("const_string_literals.c", "const_string_literals"),
     ("has__builtin_va_list.c", "has__builtin_va_list"),
 ]
 
-- 
GitLab