1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00

LibJS: Remove unused CodeGenerationError::to_deprecated_string

This commit is contained in:
Timothy Flynn 2023-02-16 14:14:22 -05:00 committed by Tim Flynn
parent 88814acbd3
commit 1400a85fae
Notes: sideshowbarker 2024-07-17 03:45:48 +09:00
2 changed files with 0 additions and 6 deletions

View file

@ -18,7 +18,6 @@ struct CodeGenerationError {
StringView reason_literal;
ErrorOr<String> to_string() const;
DeprecatedString to_deprecated_string();
};
template<typename T>