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

@@ -72,7 +72,6 @@ void gencontext_begin_module(GenContext *c)
static const char *pic_level = "PIC Level";
static const char *pie_level = "PIE Level";
LLVMMetadataRef setting;
switch (active_target.reloc_model)
{
case RELOC_BIG_PIE:
@@ -222,7 +221,7 @@ void gencontext_init_file_emit(GenContext *c, CompilationUnit *unit)
}
void gencontext_end_file_emit(GenContext *c, CompilationUnit *ast)
void gencontext_end_file_emit(GenContext *c UNUSED, CompilationUnit *ast UNUSED)
{
}