From 6a93a94d9ffa31ea4d3f72b28c21b3e0f5fbae68 Mon Sep 17 00:00:00 2001 From: nataliakokoromyti <126305457+nataliakokoromyti@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:44:51 -0800 Subject: [PATCH] fix line --- passes/techmap/lut2mux.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/passes/techmap/lut2mux.cc b/passes/techmap/lut2mux.cc index 0da58f95d..d1d2284f0 100644 --- a/passes/techmap/lut2mux.cc +++ b/passes/techmap/lut2mux.cc @@ -91,7 +91,6 @@ struct Lut2muxPass : public Pass { break; } extra_args(args, argidx, design); - for (auto module : design->selected_modules()) for (auto cell : module->selected_cells()) { if (cell->type == ID($lut)) {