mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
LibJS: Remove unused CodeGenerationError::to_deprecated_string
This commit is contained in:
parent
88814acbd3
commit
1400a85fae
2 changed files with 0 additions and 6 deletions
|
@ -18,7 +18,6 @@ struct CodeGenerationError {
|
|||
StringView reason_literal;
|
||||
|
||||
ErrorOr<String> to_string() const;
|
||||
DeprecatedString to_deprecated_string();
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue