mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 15:27:04 +00:00
AK: Remove empty destructor from JsonParser.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/JsonValue.h>
|
||||
#include <AK/GenericLexer.h>
|
||||
#include <AK/JsonValue.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
@@ -37,9 +37,6 @@ public:
|
||||
: GenericLexer(input)
|
||||
{
|
||||
}
|
||||
~JsonParser()
|
||||
{
|
||||
}
|
||||
|
||||
Optional<JsonValue> parse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user