Skip to content

Commit

Permalink
Remove unused variable 'p' (Thanks, Clang!)
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jun 7, 2024
1 parent d39bea8 commit 5db1f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/adiar/internal/test_bool_op.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ go_bandit([]() {
it("is false for (flagged) internal node", [&]() {
binary_op<predicate<bool, bool>> op(adiar::xor_op);

const ptr_uint64 p(ptr_uint64::max_label, 0);
AssertThat(op.is_left_negating(ptr_internal__max), Is().False());
AssertThat(op.is_right_negating(ptr_internal__max), Is().False());
});
Expand Down

0 comments on commit 5db1f6a

Please sign in to comment.