From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 9DDBD385B504; Fri, 23 Dec 2022 05:43:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DDBD385B504 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671774203; bh=TRbt/JHwOebtm1jS5ZKuOrgjwRQhwssylyV4slc6aHE=; h=From:To:Subject:Date:From; b=ueS7ja0OvQCHxusWUcwWJO9W+t7upZrAMZK9aj/VtU4mvH4zIFsDp+GwxRPXNeSQx gep+DeX2jQDpIKQRLnJY3NZ2MJbDb2/bd9vFBSvsrAvQb8cjRwHzIP2oTj/5gWoEM2 iZtFuJJyaJJ787iD9OQnswROlEs9340dNLIhMcJ4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] lto: drop dummy partition mapping X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: 0323b06b60b328fd293d20a707951b7b10be4bc0 X-Git-Newrev: 1b7dd0363deabd1cc9c2ef2d6dd9b58f1617a850 Message-Id: <20221223054323.9DDBD385B504@sourceware.org> Date: Fri, 23 Dec 2022 05:43:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1b7dd0363deabd1cc9c2ef2d6dd9b58f1617a850 commit 1b7dd0363deabd1cc9c2ef2d6dd9b58f1617a850 Author: Alexandre Oliva Date: Fri Dec 23 02:43:04 2022 -0300 lto: drop dummy partition mapping Diff: --- gcc/lto/lto-partition.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/lto/lto-partition.cc b/gcc/lto/lto-partition.cc index ebb9c3abe12..654d67f272e 100644 --- a/gcc/lto/lto-partition.cc +++ b/gcc/lto/lto-partition.cc @@ -333,7 +333,6 @@ lto_1_to_1_map (void) else { partition = new_partition (""); - pmap.put (NULL, partition); npartitions++; }