IDLGenerators: Remove redundant function forward declaration

This commit is contained in:
Sam Atkins 2025-07-04 13:47:20 +01:00 committed by Tim Ledbetter
commit 0f859fd126
Notes: github-actions[bot] 2025-07-04 17:12:22 +00:00

View file

@ -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;