codegen.cpp: remove unused variable

This commit is contained in:
Andrew Kelley 2019-10-10 21:24:44 -04:00
parent 0e0976828a
commit 7b20205e68
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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);