From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2958 invoked by alias); 15 Aug 2012 15:44:13 -0000 Received: (qmail 2891 invoked by uid 22791); 15 Aug 2012 15:44:11 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 15:43:56 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q7FFhovq019299; Wed, 15 Aug 2012 17:43:51 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q7FFhn8R029924; Wed, 15 Aug 2012 17:43:49 +0200 (CEST) Date: Wed, 15 Aug 2012 15:44:00 -0000 Message-Id: <201208151543.q7FFhn8R029924@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <87obmcuq0i.fsf@fleche.redhat.com> (message from Tom Tromey on Wed, 15 Aug 2012 09:35:41 -0600) Subject: Re: RFC: remove SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY References: <87obmcuq0i.fsf@fleche.redhat.com> 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: 2012-08/txt/msg00438.txt.bz2 > From: Tom Tromey > Date: Wed, 15 Aug 2012 09:35:41 -0600 > > As far as I can tell, nothing ever defines SIGWINCH_HANDLER or > SIGWINCH_HANDLER_BODY, so the code referring to it is dead. > > Tested by rebuilding and also grepping to make sure that it isn't > defined somewhere. I also checked Insight. > > Tom > > * event-top.c (sigwinch_token, handle_sigwinch): Remove. > (async_init_signals): Update. > * utils.c (init_page_info): Don't use SIGWINCH_HANDLER. > (SIGWINCH_HANDLER_BODY): Remove. Great!