Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 11, 2024
1 parent f78ac98 commit 2e40a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion concordium-node/src/consensus_ffi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ macro_rules! wrap_send_data_to_c {
macro_rules! wrap_c_bool_call {
($self:ident, $c_call:expr) => {{
let consensus = $self.consensus.load(Ordering::SeqCst);
#[allow(clippy::redundant_closure_call)] // allowed
match unsafe { $c_call(consensus) } {
0u8 => false,
1u8 => true,
Expand Down

0 comments on commit 2e40a2e

Please sign in to comment.