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:
parent
d509bb8cbe
commit
2e97dfdd54
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -806,7 +806,6 @@ static enum ld_plugin_status
|
|||
cleanup_handler (void)
|
||||
{
|
||||
unsigned int i;
|
||||
int t;
|
||||
|
||||
if (debug)
|
||||
return LDPS_OK;
|
||||
|
|
Loading…
Add table
Reference in a new issue