mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
AK: Remove unused JsonValue <=> IPv4Address conversion code
This removes code that isn't used anywhere.
This commit is contained in:
parent
06df26da67
commit
48da8a568d
Notes:
sideshowbarker
2024-07-18 16:57:58 +09:00
Author: https://github.com/gunnarbeutner
Commit: 48da8a568d
Pull-request: https://github.com/SerenityOS/serenity/pull/7726
3 changed files with 1 additions and 14 deletions
|
@ -181,11 +181,6 @@ JsonValue::JsonValue(const String& value)
|
|||
}
|
||||
}
|
||||
|
||||
JsonValue::JsonValue(const IPv4Address& value)
|
||||
: JsonValue(value.to_string())
|
||||
{
|
||||
}
|
||||
|
||||
JsonValue::JsonValue(const JsonObject& value)
|
||||
: m_type(Type::Object)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue