Message ID | 20230330162008.3126244-1-christina.schimpe@intel.com |
---|---|
Headers |
Return-Path: <gdb-patches-bounces+patchwork=sourceware.org@sourceware.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id ED9663858004 for <patchwork@sourceware.org>; Thu, 30 Mar 2023 16:20:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED9663858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680193246; bh=yME4ylKV5d9huXeaZsrEaPV/pRomQSuliKdqMKkL2fY=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=iUiZF7mIExaIbFYiTCcvGh+zaxIfL6p9G0H8TYX6zB7qy7KO+Co2y+D8Waj8dmlTA G8pP9uZ9oWIOyjeo/zdqNyodGd53+mkKnvy58X2yrIMcs1lHD/WN6FDR1nBsTJAAmC Ag+dz7IiKbc2iv8CnrXGzXd+MBudb7J5OSNEtHr0= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by sourceware.org (Postfix) with ESMTPS id C0AAC3858288 for <gdb-patches@sourceware.org>; Thu, 30 Mar 2023 16:20:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C0AAC3858288 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="339941717" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="339941717" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 09:20:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="634969461" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="634969461" Received: from labpc2315.iul.intel.com (HELO localhost) ([172.28.50.57]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 09:20:19 -0700 To: gdb-patches@sourceware.org Subject: [PATCH 0/1] Remove extra if statement Date: Thu, 30 Mar 2023 18:20:07 +0200 Message-Id: <20230330162008.3126244-1-christina.schimpe@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list <gdb-patches.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/gdb-patches>, <mailto:gdb-patches-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/gdb-patches/> List-Post: <mailto:gdb-patches@sourceware.org> List-Help: <mailto:gdb-patches-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/gdb-patches>, <mailto:gdb-patches-request@sourceware.org?subject=subscribe> From: Christina Schimpe via Gdb-patches <gdb-patches@sourceware.org> Reply-To: Christina Schimpe <christina.schimpe@intel.com> Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" <gdb-patches-bounces+patchwork=sourceware.org@sourceware.org> |
Series |
Remove extra if statement
|
|
Message
Schimpe, Christina
March 30, 2023, 4:20 p.m. UTC
Hi all, this patch was originally written by Ari Hannula. I just rebased it onto current master. Regards, Christina Ari Hannula (1): gdb: Remove extra if statement gdb/thread.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-)