mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Cleanup and size reduction of Ast/Expr.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user