mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 04:07:51 +00:00
IDLGenerators: Remove redundant function forward declaration
This commit is contained in:
parent
9e1bbe7edd
commit
0f859fd126
Notes:
github-actions[bot]
2025-07-04 17:12:22 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0f859fd126
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5302
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 0 additions and 2 deletions
|
@ -189,8 +189,6 @@ static bool is_nullable_frozen_array_of_single_type(Type const& type, StringView
|
|||
return parameters.first()->name() == type_name;
|
||||
}
|
||||
|
||||
CppType idl_type_name_to_cpp_type(Type const& type, Interface const& interface);
|
||||
|
||||
static ByteString union_type_to_variant(UnionType const& union_type, Interface const& interface)
|
||||
{
|
||||
StringBuilder builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue