From c84cf2e24ab743fb7ae109f1af1a798ee4673381 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 15 May 2023 11:00:44 +0200 Subject: [PATCH] Core.Compiler: remove unused variable `phi_ssas` --- base/compiler/ssair/slot2ssa.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/base/compiler/ssair/slot2ssa.jl b/base/compiler/ssair/slot2ssa.jl index 22e4be12a72cf..757fa1b98bedc 100644 --- a/base/compiler/ssair/slot2ssa.jl +++ b/base/compiler/ssair/slot2ssa.jl @@ -639,7 +639,6 @@ function construct_ssa!(ci::CodeInfo, ir::IRCode, domtree::DomTree, phi_slots = Vector{Int}[Int[] for _ = 1:length(ir.cfg.blocks)] new_phi_nodes = Vector{NewPhiNode}[NewPhiNode[] for _ = 1:length(cfg.blocks)] - phi_ssas = SSAValue[] new_phic_nodes = IdDict{Int, Vector{NewPhiCNode}}() for (; leave_block) in catch_entry_blocks new_phic_nodes[leave_block] = NewPhiCNode[]