diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-10-26 11:20:01 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-10-26 11:20:01 +0200 |
commit | 16e99e29fc887f116f767e8cb727e9fe6054307b (patch) | |
tree | 52347285128b9328e399e18fd51cf2cac90d38a1 /gcc/cfgcleanup.c | |
parent | 350ebd54938a632a703636bbb323f62e51471f18 (diff) | |
download | gcc-16e99e29fc887f116f767e8cb727e9fe6054307b.zip gcc-16e99e29fc887f116f767e8cb727e9fe6054307b.tar.gz gcc-16e99e29fc887f116f767e8cb727e9fe6054307b.tar.bz2 |
flow.c (clear_log_links): Remove unused variable.
* flow.c (clear_log_links): Remove unused variable.
* cfgcleanup.c (cleanup_cfg): Likewise.
From-SVN: r46537
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index c53e695..cdf2b8a 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1302,7 +1302,6 @@ bool cleanup_cfg (mode) int mode; { - int i; bool changed = false; timevar_push (TV_CLEANUP_CFG); |