[6/7] gdb: remove enum precision_type

Message ID 20240423132517.2625632-7-simon.marchi@polymtl.ca
State New
Headers
Series More cleanup of defs.h |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply

Commit Message

Simon Marchi April 23, 2024, 1:23 p.m. UTC
  It is unused.

Change-Id: Ic49a3ef03c21b209594cd567ae80b5441606bef6
---
 gdb/defs.h | 7 -------
 1 file changed, 7 deletions(-)
  

Patch

diff --git a/gdb/defs.h b/gdb/defs.h
index c3b8b0bd8f39..ef5634da52c9 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -136,13 +136,6 @@  static_assert (nr_languages <= (1 << LANGUAGE_BITS));
 /* The number of bytes needed to represent all languages.  */
 #define LANGUAGE_BYTES ((LANGUAGE_BITS + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT)
 
-enum precision_type
-  {
-    single_precision,
-    double_precision,
-    unspecified_precision
-  };
-
 /* * A generic, not quite boolean, enumeration.  This is used for
    set/show commands in which the options are on/off/automatic.  */
 enum auto_boolean