about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--cmd/hare-gi/emit.ha1
1 files changed, 0 insertions, 1 deletions
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,