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"));