Remove the now defunct __write_bits and __read_bits

This commit is contained in:
gingerBill
2026-06-15 16:57:27 +01:00
parent 6feb33a79b
commit ee5d5d6882
2 changed files with 1 additions and 25 deletions

View File

@@ -6124,11 +6124,6 @@ gb_internal Entity *check_selector(CheckerContext *c, Operand *operand, Ast *nod
operand->type = entity->type;
operand->expr = node;
if (entity->flags & EntityFlag_BitFieldField) {
add_package_dependency(c, "runtime", "__write_bits");
add_package_dependency(c, "runtime", "__read_bits");
}
switch (entity->kind) {
case Entity_Constant:
operand->value = entity->Constant.value;