aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 6b04bcd..668e92f 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -495,7 +495,6 @@ shallow_copy_rtx (orig)
rtx orig;
{
register int i;
- register char *format_ptr;
register RTX_CODE code = GET_CODE (orig);
register rtx copy = rtx_alloc (code);