mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibIMAP: Remove unused Variant option
This commit is contained in:
parent
12247fe9b4
commit
9265595e42
Notes:
sideshowbarker
2024-07-18 03:35:56 +09:00
Author: https://github.com/BenWiederhake
Commit: 9265595e42
Pull-request: https://github.com/SerenityOS/serenity/pull/10154
Reviewed-by: https://github.com/alimpfard
2 changed files with 1 additions and 2 deletions
|
@ -138,7 +138,6 @@ String serialize_astring(StringView string)
|
|||
String SearchKey::serialize() const
|
||||
{
|
||||
return data.visit(
|
||||
[&](Empty const&) { VERIFY_NOT_REACHED(); return String("The compiler complains if you remove this."); },
|
||||
[&](All const&) { return String("ALL"); },
|
||||
[&](Answered const&) { return String("ANSWERED"); },
|
||||
[&](Bcc const& x) { return String::formatted("BCC {}", serialize_astring(x.bcc)); },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue