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:
parent
eee4b6eca7
commit
c8eafd3700
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue