1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

LibJS: Remove the now-unused ThrowableStringBuilder

This commit is contained in:
Timothy Flynn 2023-09-06 08:29:52 -04:00 committed by Tim Flynn
parent 573cbb5ca0
commit d0fd34112f
4 changed files with 0 additions and 100 deletions

View file

@ -256,7 +256,6 @@ shared_library("LibJS") {
"Runtime/Temporal/ZonedDateTime.cpp",
"Runtime/Temporal/ZonedDateTimeConstructor.cpp",
"Runtime/Temporal/ZonedDateTimePrototype.cpp",
"Runtime/ThrowableStringBuilder.cpp",
"Runtime/TypedArray.cpp",
"Runtime/TypedArrayConstructor.cpp",
"Runtime/TypedArrayPrototype.cpp",