mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
AK: Remove empty destructor from JsonParser.
This commit is contained in:
parent
70dd97c46e
commit
a7cbc7fcb2
1 changed files with 1 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue