From 5de22273e188a97fd1dec4c8737351662030a646 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 14:15:42 -0500 Subject: [PATCH] (invert_jump): Remove decl of unused variable OLABEL. From-SVN: r6888 --- gcc/jump.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/jump.c b/gcc/jump.c index 3e20833906d9..7ed9b5bbcdf8 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -3434,8 +3434,6 @@ int invert_jump (jump, nlabel) rtx jump, nlabel; { - register rtx olabel = JUMP_LABEL (jump); - /* We have to either invert the condition and change the label or do neither. Either operation could fail. We first try to invert the jump. If that succeeds, we try changing the label. If that fails, -- 2.47.2