1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +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(); } StringView as_string_view() const { return m_builder.string_view(); }
DeprecatedString as_string() const { return m_builder.to_deprecated_string(); }
void append(StringView pattern) void append(StringView pattern)
{ {