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
This commit is contained in:
Iain Sandoe 2019-05-15 14:10:27 +00:00 committed by Iain Sandoe
parent d509bb8cbe
commit 2e97dfdd54
2 changed files with 4 additions and 1 deletions

View 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

View File

@ -806,7 +806,6 @@ static enum ld_plugin_status
cleanup_handler (void)
{
unsigned int i;
int t;
if (debug)
return LDPS_OK;