public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: remove enum precision_type
@ 2024-04-23 15:29 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2024-04-23 15:29 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cbf58b22f76b25d4528c08941fcc380d03ec34e2

commit cbf58b22f76b25d4528c08941fcc380d03ec34e2
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Tue Apr 23 09:23:01 2024 -0400

    gdb: remove enum precision_type
    
    It is unused.
    
    Change-Id: Ic49a3ef03c21b209594cd567ae80b5441606bef6
    Approved-By: Tom Tromey <tom@tromey.com>

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

diff --git a/gdb/defs.h b/gdb/defs.h
index c3b8b0bd8f3..ef5634da52c 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-23 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23 15:29 [binutils-gdb] gdb: remove enum precision_type Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).