diff --git a/src/runtime2/component/consensus.rs b/src/runtime2/component/consensus.rs index 4683ff164f11a5d64815a14a18ef5d94395ad24e..3ad9244b7ed94ce7b697a704fce159a7358b7d5d 100644 --- a/src/runtime2/component/consensus.rs +++ b/src/runtime2/component/consensus.rs @@ -99,7 +99,7 @@ impl SolutionCombiner { /// Combines the currently stored global solution (if any) with the newly /// provided local solution. Make sure to check the `has_decision` return /// value afterwards. - fn combine_with_local_solution(&mut self, comp_id: CompId, solution: SyncLocalSolution) { + fn combine_with_local_solution(&mut self, _comp_id: CompId, solution: SyncLocalSolution) { debug_assert_ne!(self.solution.decision, SyncRoundDecision::Solution); // Combine partial solution with the local solution entries