From 2e97dfdd542fba50566fd5d3dc87207d968d87d2 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Wed, 15 May 2019 14:10:27 +0000 Subject: lto-plugin, removed unused variable 2019-05-15 Iain Sandoe * lto-plugin.c (cleanup_handler): Remove unused var. From-SVN: r271212 --- lto-plugin/ChangeLog | 4 ++++ lto-plugin/lto-plugin.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'lto-plugin') diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 16faa56..7392699 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,5 +1,9 @@ 2019-05-15 Iain Sandoe + * lto-plugin.c (cleanup_handler): Remove unused var. + +2019-05-15 Iain Sandoe + * 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 92bca50..556e3eb 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; -- cgit v1.1