]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: remove enum precision_type
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 13:23:01 +0000 (09:23 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Apr 2024 15:26:14 +0000 (11:26 -0400)
It is unused.

Change-Id: Ic49a3ef03c21b209594cd567ae80b5441606bef6
Approved-By: Tom Tromey <tom@tromey.com>
gdb/defs.h

index c3b8b0bd8f39085b7cbe2c4d02e58cc2923de228..ef5634da52c9449490ce531092e07f25d5f33d9e 100644 (file)
@@ -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