From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 05F5C3857C45; Fri, 23 Dec 2022 07:31:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05F5C3857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671780713; bh=mXOiHn2C6p+SVdO0nPxm5R4iSViADYWbA9th7O+EOsg=; h=From:To:Subject:Date:From; b=HruYN0uktYNZ8f8omWwOZEYkxyvM12YG5gLSSLgX68BgR0vgO5u1mZK8XqqUWc1oX Z57cxtrQn35buzIX9rCjQqZTUNoSer2xUAf4/qHdN7QzGt3D9pAR/dklX/Abu4cJ/x OXHWpaAleGAzqCKAiS977EV1totMX3mB+CsuVhp0= 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: fd657c67978b83cc4bed5425cdc7fd6b187052de X-Git-Newrev: a04bb178b9cc6f8a94b49d917865b00c26cd3f90 Message-Id: <20221223073153.05F5C3857C45@sourceware.org> Date: Fri, 23 Dec 2022 07:31:53 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a04bb178b9cc6f8a94b49d917865b00c26cd3f90 commit a04bb178b9cc6f8a94b49d917865b00c26cd3f90 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++; }