Skip to content

Commit 9aa54fe

Browse files
Remove an unused variable.
llvm-svn: 130860
1 parent 28a93a4 commit 9aa54fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/gold/gold-plugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ static ld_plugin_status all_symbols_read_hook(void) {
408408
if (options::generate_bc_file == options::BC_ONLY)
409409
exit(0);
410410
}
411-
size_t bufsize = 0;
412411
const char *objPath;
413412
if (lto_codegen_compile_to_file(code_gen, &objPath)) {
414413
(*message)(LDPL_ERROR, "Could not produce a combined object file\n");

0 commit comments

Comments
 (0)