mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
LibJS: Remove unused StringOrSymbol constructors
This commit is contained in:
parent
e83a2c2369
commit
3b5032c4b1
Notes:
github-actions[bot]
2025-03-24 22:28:53 +00:00
Author: https://github.com/awesomekling
Commit: 3b5032c4b1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4067
Reviewed-by: https://github.com/trflynn89
1 changed files with 0 additions and 10 deletions
|
@ -20,16 +20,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
StringOrSymbol(char const* chars)
|
||||
: StringOrSymbol(DeprecatedFlyString(chars))
|
||||
{
|
||||
}
|
||||
|
||||
StringOrSymbol(ByteString const& string)
|
||||
: StringOrSymbol(DeprecatedFlyString(string))
|
||||
{
|
||||
}
|
||||
|
||||
StringOrSymbol(DeprecatedFlyString const& string)
|
||||
: m_string(string)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue