From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15467 invoked by alias); 2 Dec 2008 09:54:08 -0000 Received: (qmail 15454 invoked by uid 22791); 2 Dec 2008 09:54:08 -0000 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; Tue, 02 Dec 2008 09:53:32 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id mB29rUTN024126 for ; Tue, 2 Dec 2008 01:53:30 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps19.corp.google.com with ESMTP id mB29rT0U008556 for ; Tue, 2 Dec 2008 01:53:29 -0800 Received: by localhost (Postfix, from userid 67641) id F03261C7A0B; Tue, 2 Dec 2008 01:53:28 -0800 (PST) To: gdb-patches@sourceware.org Subject: [ob] infrun.c (handle_inferior_event): Delete unused local tp. Message-Id: <20081202095328.F03261C7A0B@localhost> Date: Tue, 02 Dec 2008 09:54: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: 2008-12/txt/msg00030.txt.bz2 fyi, I checked this in as obvious. 2008-12-02 Doug Evans * infrun.c (handle_inferior_event): Delete unused local tp. Index: infrun.c =================================================================== RCS file: /cvs/src/src/gdb/infrun.c,v retrieving revision 1.343 diff -u -p -r1.343 infrun.c --- infrun.c 2 Dec 2008 04:42:45 -0000 1.343 +++ infrun.c 2 Dec 2008 09:47:22 -0000 @@ -2521,8 +2521,6 @@ targets should add new threads to the th the fact that we were supposed to switch back. */ if (ecs->event_thread->stop_signal == TARGET_SIGNAL_TRAP) { - struct thread_info *tp; - if (debug_infrun) fprintf_unfiltered (gdb_stdlog, "infrun: handling deferred step\n");