From 32a9fd228115ed19b720caee5acd1c45eabbec31 Mon Sep 17 00:00:00 2001 From: nella Date: Wed, 12 Aug 2026 10:58:47 +0200 Subject: [PATCH] Whitespace. --- passes/opt/opt_dff.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/passes/opt/opt_dff.cc b/passes/opt/opt_dff.cc index a15e018a6..21fa418a0 100644 --- a/passes/opt/opt_dff.cc +++ b/passes/opt/opt_dff.cc @@ -944,7 +944,6 @@ struct OptDffWorker std::vector targets; // non-const inputs (D, AD), must be shown to be eq Status status = Pending; - int q_lit = -1; // valid within the current batch int differ_lit = -1; // some target differs from the candidate value };