aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 0e3b044..715555d 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -4066,8 +4066,6 @@ count_reg_references (x)
rtx x;
{
register RTX_CODE code;
- register int regno;
- int i;
retry:
code = GET_CODE (x);