mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
AK: Remove an unused variable in the Span test (#2985)
This commit is contained in:
parent
99d81a5d49
commit
e799da1fb6
Notes:
sideshowbarker
2024-07-19 04:20:37 +09:00
Author: https://github.com/umasankar-yedida 🔰
Commit: e799da1fb6
Pull-request: https://github.com/SerenityOS/serenity/pull/2985
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