mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
Kernel+AK: Don't compile JSON parser into the kernel
The kernel doesn't consume JSON, it only produces it. So there's no need for the kernel to have a JSON parser built into it. :^)
This commit is contained in:
parent
9766fccb88
commit
0dbf786aed
2 changed files with 6 additions and 2 deletions
|
@ -301,7 +301,6 @@ set(AK_SOURCES
|
|||
../AK/FlyString.cpp
|
||||
../AK/GenericLexer.cpp
|
||||
../AK/Hex.cpp
|
||||
../AK/JsonParser.cpp
|
||||
../AK/JsonValue.cpp
|
||||
../AK/LexicalPath.cpp
|
||||
../AK/String.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue