diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 62ae482..7f8bd1e 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1481,7 +1481,6 @@ put_reg_into_stack (function, reg, type, promoted_mode, decl_mode, volatile_p, struct function *func = function ? function : cfun; rtx new = 0; unsigned int regno = original_regno; - int unsigned_p; if (regno == 0) regno = REGNO (reg); |