mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +00:00
AK: Remove an unused variable in the Span test (#2985)
This commit is contained in:
parent
99d81a5d49
commit
e799da1fb6
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ TEST_CASE(default_constructor_is_empty)
|
|||
TEST_CASE(implicit_converson_to_const)
|
||||
{
|
||||
Bytes bytes0;
|
||||
ReadonlyBytes bytes1 { bytes0 };
|
||||
[[maybe_unused]] ReadonlyBytes bytes2 = bytes0;
|
||||
[[maybe_unused]] ReadonlyBytes bytes3 = static_cast<ReadonlyBytes>(bytes2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue