From a222d0d6dbd976d756a6e7d5f30f6841bc23278f Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Mon, 7 Aug 2023 00:20:31 +0300 Subject: Remove object_type::BITFIELD check --- cmd/hare-gi/emit.ha | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/hare-gi/emit.ha b/cmd/hare-gi/emit.ha index 78f9e9f..4014b76 100644 --- a/cmd/hare-gi/emit.ha +++ b/cmd/hare-gi/emit.ha @@ -603,7 +603,6 @@ fn emit_type(ctx: *context, t: (gir::any_type | gir::callback)) (void | io::erro const (_, id, objtype) = obj; if (objtype != object_type::ALIAS && objtype != object_type::ENUM - && objtype != object_type::BITFIELD && objtype != object_type::CALLBACK) { fmt::fprintf( ctx.current.output, -- cgit 1.3.0-6-gf8a5