mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove old dependency
This commit is contained in:
@@ -2906,7 +2906,6 @@ bool check_builtin_procedure(Checker *c, Operand *operand, AstNode *call, i32 id
|
|||||||
|
|
||||||
operand->type = t_source_code_location;
|
operand->type = t_source_code_location;
|
||||||
operand->mode = Addressing_Value;
|
operand->mode = Addressing_Value;
|
||||||
add_preload_dependency(c, "make_source_code_location");
|
|
||||||
} else if (name == "assert") {
|
} else if (name == "assert") {
|
||||||
if (ce->args.count != 1) {
|
if (ce->args.count != 1) {
|
||||||
error(call, "'#assert' expects at 1 argument, got %td", ce->args.count);
|
error(call, "'#assert' expects at 1 argument, got %td", ce->args.count);
|
||||||
|
|||||||
Reference in New Issue
Block a user