diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 16faa56a4fa7..739269919b47 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 92bca50b094f..556e3ebcf769 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;