mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Remove SourceGenerator::as_string()
Turns out nobody uses this!
This commit is contained in:
parent
eee4b6eca7
commit
c8eafd3700
Notes:
sideshowbarker
2024-07-17 03:30:41 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/c8eafd3700 Pull-request: https://github.com/SerenityOS/serenity/pull/19440
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…
Reference in a new issue