From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id 797DE384AB57; Tue, 23 Apr 2024 15:29:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 797DE384AB57 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713886152; bh=7402Xj2BI1xdyhYh5o59F+M4XWSxmwpF4qfd8m9UJ0M=; h=From:To:Subject:Date:From; b=UWDn3ByqnTbBeGAE8BQdSPI56icDoYJuKtG5PxDxfkkQDfhT9faclx0E2umGrBuUm 0rbew6ksldOFgY6ikj24iD2sZy6lmR3qXF0mN7pH3iwOO7jRKFMCNYCaJx7CPCvNnc RIK8/YzfGvnwLB26uqiUdZKOUK5nM9XBU2qBznFA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: remove enum precision_type X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: dcff5e80e6672ad09c413ad2a3003de01b91ad6b X-Git-Newrev: cbf58b22f76b25d4528c08941fcc380d03ec34e2 Message-Id: <20240423152912.797DE384AB57@sourceware.org> Date: Tue, 23 Apr 2024 15:29:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dcbf58b22f76b= 25d4528c08941fcc380d03ec34e2 commit cbf58b22f76b25d4528c08941fcc380d03ec34e2 Author: Simon Marchi Date: Tue Apr 23 09:23:01 2024 -0400 gdb: remove enum precision_type =20 It is unused. =20 Change-Id: Ic49a3ef03c21b209594cd567ae80b5441606bef6 Approved-By: Tom Tromey 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 <=3D (1 << LANGUAGE_BITS)); /* The number of bytes needed to represent all languages. */ #define LANGUAGE_BYTES ((LANGUAGE_BITS + HOST_CHAR_BIT - 1) / HOST_CHAR_BI= T) =20 -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