mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 21:41:33 +08:00
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
@ -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…
x
Reference in New Issue
Block a user