From 2e97dfdd542fba50566fd5d3dc87207d968d87d2 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Wed, 15 May 2019 14:10:27 +0000 Subject: [PATCH] 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(-) diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 16faa56a4fa..739269919b4 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,7 @@ +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 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; -- 2.30.2