mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 11:39:35 +00:00
Remove an unused variable.
llvm-svn: 130860
This commit is contained in:
parent
5ea6203ea6
commit
9a37d60dff
@ -408,7 +408,6 @@ static ld_plugin_status all_symbols_read_hook(void) {
|
||||
if (options::generate_bc_file == options::BC_ONLY)
|
||||
exit(0);
|
||||
}
|
||||
size_t bufsize = 0;
|
||||
const char *objPath;
|
||||
if (lto_codegen_compile_to_file(code_gen, &objPath)) {
|
||||
(*message)(LDPL_ERROR, "Could not produce a combined object file\n");
|
||||
|
Loading…
Reference in New Issue
Block a user