mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 05:48:31 +00:00
codegen.cpp: remove unused variable
This commit is contained in:
parent
0e0976828a
commit
7b20205e68
@ -413,7 +413,6 @@ static LLVMValueRef make_fn_llvm_value(CodeGen *g, ZigFn *fn) {
|
||||
linkage = fn_export->linkage;
|
||||
}
|
||||
|
||||
bool external_linkage = linkage != GlobalLinkageIdInternal;
|
||||
CallingConvention cc = fn->type_entry->data.fn.fn_type_id.cc;
|
||||
bool is_async = fn_is_async(fn);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user