From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28862 invoked by alias); 21 Oct 2012 02:59:20 -0000 Received: (qmail 28853 invoked by uid 22791); 21 Oct 2012 02:59:19 -0000 X-SWARE-Spam-Status: No, hits=-3.7 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Oct 2012 02:59:14 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TPlkv-0003Ad-ER from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sat, 20 Oct 2012 19:59:13 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 20 Oct 2012 19:59:13 -0700 Received: from qiyao.dyndns.org.com (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Sat, 20 Oct 2012 19:59:12 -0700 From: Yao Qi To: Subject: [obv 0/2] Minor cleanup in event-top.c Date: Sun, 21 Oct 2012 02:59:00 -0000 Message-ID: <1350788330-7135-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain 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: 2012-10/txt/msg00374.txt.bz2 When working on other task, I find some part of event-top.c can be cleaned up a little. Each patch is obvious to me, unless I miss something. See details in each of them. If no comments or objections in three days, I'll check it in.