]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto-plugin, removed unused variable
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 15 May 2019 14:10:27 +0000 (14:10 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 15 May 2019 14:10:27 +0000 (14:10 +0000)
2019-05-15  Iain Sandoe  <iain@sandoe.co.uk>

* lto-plugin.c (cleanup_handler): Remove unused var.

From-SVN: r271212

lto-plugin/ChangeLog
lto-plugin/lto-plugin.c

index 16faa56a4fa718443cabfc644b60ed7433e3c00f..739269919b4790423291bbf80e026b9220a333da 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-15  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * lto-plugin.c (cleanup_handler): Remove unused var.
+
 2019-05-15  Iain Sandoe  <iain@sandoe.co.uk>
 
        * lto-plugin.c (exec_lto_wrapper): Make the wrapper
index 92bca50b094fe674be0c0912a525b731910bdbd4..556e3ebcf769b34abd78b60c1ef8a9f8671f1281 100644 (file)
@@ -806,7 +806,6 @@ static enum ld_plugin_status
 cleanup_handler (void)
 {
   unsigned int i;
-  int t;
 
   if (debug)
     return LDPS_OK;