summaryrefslogtreecommitdiffstats
path: root/gcc/varasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index d7f0605c146..fb19010d58a 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -1890,7 +1890,6 @@ immed_double_const (i0, i1, mode)
enum machine_mode mode;
{
register rtx r;
- int in_current_obstack;
if (GET_MODE_CLASS (mode) == MODE_INT
|| GET_MODE_CLASS (mode) == MODE_PARTIAL_INT)
@@ -1999,7 +1998,6 @@ immed_real_const_1 (d, mode)
{
union real_extract u;
register rtx r;
- int in_current_obstack;
/* Get the desired `double' value as a sequence of ints
since that is how they are stored in a CONST_DOUBLE. */
@@ -3537,7 +3535,6 @@ output_constant_pool (fnname, fndecl)
abort ();
}
- done: ;
}
#ifdef ASM_OUTPUT_POOL_EPILOGUE
@@ -3723,7 +3720,6 @@ output_constant (exp, size)
register int size;
{
register enum tree_code code = TREE_CODE (TREE_TYPE (exp));
- rtx x;
if (size == 0)
return;
OpenPOWER on IntegriCloud