1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

AK: Remove SourceGenerator::as_string()

Turns out nobody uses this!
This commit is contained in:
Sam Atkins 2023-06-16 17:04:30 +01:00 committed by Sam Atkins
parent eee4b6eca7
commit c8eafd3700

View file

@ -57,7 +57,6 @@ public:
}
StringView as_string_view() const { return m_builder.string_view(); }
DeprecatedString as_string() const { return m_builder.to_deprecated_string(); }
void append(StringView pattern)
{