From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4674 invoked by alias); 7 Mar 2007 16:34:16 -0000 Received: (qmail 4663 invoked by uid 22791); 7 Mar 2007 16:34:15 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Mar 2007 16:34:08 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-28-160.inter.net.il [80.230.28.160]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CBJ15388 (AUTH halo1); Wed, 7 Mar 2007 18:31:12 +0200 (IST) Date: Wed, 07 Mar 2007 16:34:00 -0000 Message-Id: From: Eli Zaretskii To: Markus Deuling CC: gdb-patches@sourceware.org, brobecker@adacore.com, jimb@codesourcery.com, mark.kettenis@xs4all.nl, deuling@de.ibm.com, pedro_alves@portugalmail.pt, uweigand@de.ibm.com In-reply-to: <45EE6B21.8060302@de.ibm.com> (message from Markus Deuling on Wed, 07 Mar 2007 08:34:57 +0100) Subject: Re: [Patch]: Little Cleanup Reply-to: Eli Zaretskii References: <200703062210.l26MAEmv032467@d12av02.megacenter.de.ibm.com> <45EE6B21.8060302@de.ibm.com> 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: 2007-03/txt/msg00075.txt.bz2 > Date: Wed, 07 Mar 2007 08:34:57 +0100 > From: Markus Deuling > CC: eliz@gnu.org, Joel Brobecker , > jimb@codesourcery.com, mark.kettenis@xs4all.nl, deuling@de.ibm.com, > pedro_alves@portugalmail.pt, Ulrich Weigand > > > The function "handle_inferior_event"'s length is >1450 (!!!) lines of > code and I think its > a good idea to clean it up if possible. The patch removes an unnecessary > variable from that function. To increase the readability I added a > comment to the patch. > > Ok? Fine with me, thanks.