From patchwork Thu Nov 17 14:46:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 60750 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0B2833AA8033 for ; Thu, 17 Nov 2022 14:48:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B2833AA8033 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668696492; bh=Xn39F7RBLOvN6ucCuIGNa88++qd5syMxBbaKqkCBS3Y=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=k3J2r/zbH9PiirkO1i7iq0/2eOgil0flS1CibIAA0zg6+vKFlS5yDFA5gkd19NGO2 5gLi0nM35++Fcaa23qGmMi8JLMLJdk8ZsGse6aV+Lstnsz9Yx4fILOg4AW3DboOywR +MS+A2O6cyxN6dfgEghpCPyKH++hlPhO1GMDch7s= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by sourceware.org (Postfix) with ESMTPS id E1E773AA8002 for ; Thu, 17 Nov 2022 14:47:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E1E773AA8002 Received: by mail-il1-x132.google.com with SMTP id z15so1007335ilp.4 for ; Thu, 17 Nov 2022 06:47:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Xn39F7RBLOvN6ucCuIGNa88++qd5syMxBbaKqkCBS3Y=; b=NN5ye+Tdiwt085Zl4AmyV5ViKb6fqdwSnQlZD2MUsWCGm8LcUteiAr/vUj47HUqyOt 77bJfoa44AYInBPVvLkdKCUqibllClfEbEJMsvCLaHLL0kZOZNlnftU4DyQzTPUpSvCU RTHZNUr+3CPwI/Rt5zsJDEUS4b6JzkLAgQA+3k9CJ831/0hwusQXXeKr1DVLEiGnn9Cm PhPWhJtR82D2laYtrLDQrRUhATAinhgiC8oyrQsFiDvfbhQt7Yalku9kN9Of1v9LkaJH ivqW9BUN+uA3DRoOcX4wND9HDkoXyxRBs4IA/ROmTp4DXrb9wEQ/4mlA8sDM0DHsrc/Q ZlHA== X-Gm-Message-State: ANoB5pmi2A63TYBsRdIH11fRAlcahcUyR2UzWT9zc6yUMcBWynHaMGkd G3JMpJD+sMV8vNskfxM74erGL0HGFHD3mw== X-Google-Smtp-Source: AA0mqf5IOFeal9rZl4uGwaHfat7eNKSy9w2t9xCi0YzM0bPfAlh9ws8S4DlhTSpxKMvl5x6idpYO6Q== X-Received: by 2002:a05:6e02:1d8c:b0:300:da4a:f8f6 with SMTP id h12-20020a056e021d8c00b00300da4af8f6mr1338786ila.99.1668696422020; Thu, 17 Nov 2022 06:47:02 -0800 (PST) Received: from localhost.localdomain (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id s20-20020a02b154000000b00363cce75bffsm293504jah.151.2022.11.17.06.47.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Nov 2022 06:47:01 -0800 (PST) To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [pushed] Remove two obsolete declarations Date: Thu, 17 Nov 2022 07:46:55 -0700 Message-Id: <20221117144655.247408-1-tromey@adacore.com> X-Mailer: git-send-email 2.34.3 MIME-Version: 1.0 X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Tom Tromey via Gdb-patches From: Tom Tromey Reply-To: Tom Tromey Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" I happened to find a couple of obsolete declarations in cli-interp.h. This patch removes them. Tested by rebuilding. --- gdb/cli/cli-interp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h index 863e8c3133e..1620305c26b 100644 --- a/gdb/cli/cli-interp.h +++ b/gdb/cli/cli-interp.h @@ -34,10 +34,6 @@ class cli_interp_base : public interp bool supports_command_editing () override; }; -extern int cli_interpreter_supports_command_editing (struct interp *interp); - -extern void cli_interpreter_pre_command_loop (struct interp *self); - /* Returns true if the current stop should be printed to CONSOLE_INTERP. */ extern int should_print_stop_to_console (struct interp *interp,