From: Iain Sandoe Date: Wed, 15 May 2019 14:10:27 +0000 (+0000) Subject: lto-plugin, removed unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e97dfdd542fba50566fd5d3dc87207d968d87d2;p=gcc.git lto-plugin, removed unused variable 2019-05-15 Iain Sandoe * lto-plugin.c (cleanup_handler): Remove unused var. From-SVN: r271212 --- 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;