Cleanup and size reduction of Ast/Expr.

This commit is contained in:
Christoffer Lerno
2023-08-18 01:57:56 +02:00
parent 7a39933c97
commit 957ce320ae
36 changed files with 148 additions and 162 deletions

View File

@@ -109,7 +109,6 @@ static bool llvm_link(ObjFormat format, const char **args, int arg_count, const
case MINGW:
printf("Mingw not enabled");
exit(1);
break;
default:
printf("Unsupported linker");
exit(-1);