mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +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
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