mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user