Remove an unused variable.
authorDuncan Sands <baldrick@free.fr>
Wed, 4 May 2011 19:13:01 +0000 (19:13 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 4 May 2011 19:13:01 +0000 (19:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130860 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gold/gold-plugin.cpp

index dd66eae261f9a9d622b80c4ba320d9ee2a70df81..9e43bef31f8e01976f73a6318868de622fb6a64f 100644 (file)
@@ -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");