From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16245 invoked by alias); 7 Jul 2009 21:05:16 -0000 Received: (qmail 16227 invoked by uid 22791); 7 Jul 2009 21:05:15 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jul 2009 21:05:06 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id n67L53jX026828; Tue, 7 Jul 2009 22:05:03 +0100 Received: from qyk9 (qyk9.prod.google.com [10.241.83.137]) by wpaz9.hot.corp.google.com with ESMTP id n67L4gG0029220; Tue, 7 Jul 2009 14:05:00 -0700 Received: by qyk9 with SMTP id 9so6612821qyk.2 for ; Tue, 07 Jul 2009 14:05:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.110.6 with SMTP id l6mr3546113qcp.52.1247000700188; Tue, 07 Jul 2009 14:05:00 -0700 (PDT) In-Reply-To: References: <20090707180121.D6ECE76BC0@localhost> <8ac60eac0907071250h4bbd5219p31e5506bd997cd21@mail.gmail.com> <8ac60eac0907071341m71bff75by3b7c958e86bbcd39@mail.gmail.com> Date: Tue, 07 Jul 2009 21:05:00 -0000 Message-ID: <8ac60eac0907071405l3b23faeay74be45db3a0b1735@mail.gmail.com> Subject: Re: [patch] fix for crash in python pretty-printer From: Paul Pluzhnikov To: Tom Tromey Cc: gdb-patches@sourceware.org, archer@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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-07/txt/msg00219.txt.bz2 On Tue, Jul 7, 2009 at 1:54 PM, Tom Tromey wrote: > This is ok if you haven't committed it already. Thanks, now committed. > Jim Meyering has been going around removing these redundant 'if's. I killed that one :) -- Paul Pluzhnikov