diff --git a/AK/SourceGenerator.h b/AK/SourceGenerator.h index fb25a230cd..16dd46f901 100644 --- a/AK/SourceGenerator.h +++ b/AK/SourceGenerator.h @@ -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) {