mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove debug code
This commit is contained in:
@@ -753,7 +753,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
|
|||||||
field_name = field_arg->tav.value.value_string;
|
field_name = field_arg->tav.value.value_string;
|
||||||
}
|
}
|
||||||
if (field_name.len == 0) {
|
if (field_name.len == 0) {
|
||||||
error(field_arg, "Expected a constant (non-empty) string for field argument: %d", field_arg->tav.value.kind);
|
error(field_arg, "Expected a constant (non-empty) string for field argument");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user