From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id DB4DF3857438; Thu, 16 Feb 2023 15:09:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB4DF3857438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676560179; bh=v9FPWyfTCQOyLMsg5eJncyMOjWb+sKwZCfnScRmx/OQ=; h=From:To:Subject:Date:From; b=jPKYsVwkdoVisZ3WY/2glb7jT5mmXry9GDsG7RuobQCiXzYJ+roeKDBVYFurBI4oM J6oDP6OInsbgc7hZn551NtdM5w2oJK+2a5Xc6Ugb7jKugbOjGx4c9BqVaHqDf1v8hO YWJLuoaP6lYDJAJLdRlzeRFQiNh0fGeAGFFrThQw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove unused declaration from ada-lang.h X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 7ed4ad59e91d8bd14807d6ca6a64b93757596df2 X-Git-Newrev: 1e159729d97194857b4241fe1b5c327bd12a0945 Message-Id: <20230216150939.DB4DF3857438@sourceware.org> Date: Thu, 16 Feb 2023 15:09:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1e159729d971= 94857b4241fe1b5c327bd12a0945 commit 1e159729d97194857b4241fe1b5c327bd12a0945 Author: Tom Tromey Date: Thu Feb 16 08:08:31 2023 -0700 Remove unused declaration from ada-lang.h =20 I stumbled across this declaration in ada-lang.h. I don't know what function did, but it no longer exists, so remove the declaration. Tested by rebuilding. Diff: --- gdb/ada-lang.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 9fb7ac7f384..f018b2465f5 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -337,8 +337,6 @@ extern enum ada_renaming_category ada_parse_renaming (s= truct symbol *, =20 extern void ada_find_printable_frame (frame_info_ptr fi); =20 -extern char *ada_breakpoint_rewrite (char *, int *); - extern char *ada_main_name (void); =20 extern void create_ada_exception_catchpoint