From e2a79f409e30af9ead8559a144bada3932b09c60 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Wed, 6 Sep 2023 00:19:55 +0900 Subject: [PATCH] remove dead allocation --- base/compiler/optimize.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/base/compiler/optimize.jl b/base/compiler/optimize.jl index c4f8874eab06f..e2ef24a64c620 100644 --- a/base/compiler/optimize.jl +++ b/base/compiler/optimize.jl @@ -514,7 +514,6 @@ function ipo_dataflow_analysis!(interp::AbstractInterpreter, ir::IRCode, result: end inconsistent = BitSetBoundedMinPrioritySet(length(ir.stmts)) - inconsistent_bbs = BitSet() tpdum = TwoPhaseDefUseMap(length(ir.stmts)) lazypostdomtree = LazyPostDomtree(ir)