mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 11:37:03 +00:00
Remove an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96169b189c
commit
2abb82b1d3
@ -408,7 +408,6 @@ static ld_plugin_status all_symbols_read_hook(void) {
|
|||||||
if (options::generate_bc_file == options::BC_ONLY)
|
if (options::generate_bc_file == options::BC_ONLY)
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
size_t bufsize = 0;
|
|
||||||
const char *objPath;
|
const char *objPath;
|
||||||
if (lto_codegen_compile_to_file(code_gen, &objPath)) {
|
if (lto_codegen_compile_to_file(code_gen, &objPath)) {
|
||||||
(*message)(LDPL_ERROR, "Could not produce a combined object file\n");
|
(*message)(LDPL_ERROR, "Could not produce a combined object file\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user