mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-18 00:37:28 +08:00
gdb: remove enum precision_type
It is unused. Change-Id: Ic49a3ef03c21b209594cd567ae80b5441606bef6 Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user