summaryrefslogtreecommitdiff
path: root/lto-plugin
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2019-05-15 14:10:27 +0000
committerIain Sandoe <iains@gcc.gnu.org>2019-05-15 14:10:27 +0000
commit2e97dfdd542fba50566fd5d3dc87207d968d87d2 (patch)
treed1a10090a2ae370b1dd047978ccf9643e1c7ce5c /lto-plugin
parentd509bb8cbe97b7ac5219eecebf62f27657da3d6a (diff)
lto-plugin, removed unused variable
2019-05-15 Iain Sandoe <iain@sandoe.co.uk> * lto-plugin.c (cleanup_handler): Remove unused var. From-SVN: r271212
Diffstat (limited to 'lto-plugin')
-rw-r--r--lto-plugin/ChangeLog4
-rw-r--r--lto-plugin/lto-plugin.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 16faa56a4fa..739269919b4 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,5 +1,9 @@
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
arguments filename more user-friendly.
(file_exists, maybe_unlink): New.
diff --git a/lto-plugin/lto-plugin.c b/lto-plugin/lto-plugin.c
index 92bca50b094..556e3ebcf76 100644
--- a/lto-plugin/lto-plugin.c
+++ b/lto-plugin/lto-plugin.c
@@ -806,7 +806,6 @@ static enum ld_plugin_status
cleanup_handler (void)
{
unsigned int i;
- int t;
if (debug)
return LDPS_OK;