Skip to content

Commit

Permalink
after a couple of test, it is impossible to get the error
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 16, 2023
1 parent 265c148 commit 78155a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/typecheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ static const char *short_type_description(const Type *t)
return "a number type";
case TYPE_ARRAY:
return "an array type";
case TYPE_BOOL:
// TODO: Is it possible to get this in an error message?
return "the built-in bool type";
}
}

Expand Down

0 comments on commit 78155a9

Please sign in to comment.