From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4033 invoked by alias); 7 Jan 2009 20:29:16 -0000 Received: (qmail 4025 invoked by uid 22791); 7 Jan 2009 20:29:16 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jan 2009 20:29:10 +0000 Received: from spaceape10.eur.corp.google.com (spaceape10.eur.corp.google.com [172.28.16.144]) by smtp-out.google.com with ESMTP id n07KT72S025395 for ; Wed, 7 Jan 2009 12:29:08 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by spaceape10.eur.corp.google.com with ESMTP id n07KT4GI032677 for ; Wed, 7 Jan 2009 12:29:05 -0800 Received: by localhost (Postfix, from userid 67641) id 4CD6A1C7A93; Wed, 7 Jan 2009 12:29:04 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] delete gdb_prompt_string Message-Id: <20090107202904.4CD6A1C7A93@localhost> Date: Wed, 07 Jan 2009 20:29:00 -0000 From: dje@google.com (Doug Evans) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00114.txt.bz2 Found while browsing top.c. Ok to check in? 2009-01-07 Doug Evans * top.c (gdb_prompt_string): Delete, unused. Index: top.c =================================================================== RCS file: /cvs/src/src/gdb/top.c,v retrieving revision 1.157 diff -u -p -r1.157 top.c --- top.c 6 Jan 2009 18:28:04 -0000 1.157 +++ top.c 7 Jan 2009 20:21:13 -0000 @@ -132,9 +132,6 @@ void (*window_hook) (FILE *, char *); int epoch_interface; int xgdb_verbose; -/* gdb prints this when reading a command interactively */ -static char *gdb_prompt_string; /* the global prompt string */ - /* Buffer used for reading command lines, and the size allocated for it so far. */