From patchwork Fri Jun 18 14:04:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Schmidt X-Patchwork-Id: 56183 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id BB9E21007D4 for ; Sat, 19 Jun 2010 00:04:49 +1000 (EST) Received: (qmail 27933 invoked by alias); 18 Jun 2010 14:04:41 -0000 Received: (qmail 27918 invoked by uid 22791); 18 Jun 2010 14:04:40 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jun 2010 14:04:31 +0000 Received: (qmail 29875 invoked from network); 18 Jun 2010 14:04:30 -0000 Received: from unknown (HELO ?84.152.216.85?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jun 2010 14:04:30 -0000 Message-ID: <4C1B7CE5.4090802@codesourcery.com> Date: Fri, 18 Jun 2010 14:04:21 +0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100604 Thunderbird/3.0.4 MIME-Version: 1.0 To: GCC Patches Subject: Patch 1/9: Remove dead code References: <4C1B7BC0.7010803@codesourcery.com> In-Reply-To: <4C1B7BC0.7010803@codesourcery.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Delete a few variables that are never used - there are static versions in a different file. * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete. Index: gcc/ira.c =================================================================== --- gcc.orig/ira.c +++ gcc/ira.c @@ -331,9 +331,6 @@ int internal_flag_ira_verbose; /* Dump file of the allocator if it is not NULL. */ FILE *ira_dump_file; -/* Pools for allocnos, copies, allocno live ranges. */ -alloc_pool allocno_pool, copy_pool, allocno_live_range_pool; - /* The number of elements in the following array. */ int ira_spilled_reg_stack_slots_num;