From b9456acdd175307ce9a4d3e521a4c85b234fd535 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 20 Nov 2024 20:36:39 -0800 Subject: [PATCH] Remove unused and_cell --- passes/techmap/breaksop.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/passes/techmap/breaksop.cc b/passes/techmap/breaksop.cc index 4babc15f4..56769528d 100644 --- a/passes/techmap/breaksop.cc +++ b/passes/techmap/breaksop.cc @@ -61,7 +61,6 @@ struct BreakSopPass : public Pass { // Construct $reduce_and cells pool intermed_wires; - Cell *and_cell; for (int i = 0; i < sop_depth; i++) { // Wire for the output auto and_out = module->addWire(NEW_ID2_SUFFIX("andterm_out"));