aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authorhaubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-24 20:19:54 +0000
committerhaubi <haubi@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-24 20:19:54 +0000
commitbfea87e3e9e84c995a3b678a4c234cd0187a41fe (patch)
tree5c6f69e738b3a786cec558aec52af3bc058b8719 /gcc/config/rs6000
parentb83f34d07278a6dbd97adb9cd0822237ed91800b (diff)
PR target/65058: Drop unused variable.
PR target/65058 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r--gcc/config/rs6000/xcoff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h
index db024fcacee..152320b3a80 100644
--- a/gcc/config/rs6000/xcoff.h
+++ b/gcc/config/rs6000/xcoff.h
@@ -155,7 +155,6 @@
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
{ char *buffer = (char *) alloca (strlen (NAME) + 1); \
char *p; \
- rtx _symref = XEXP (DECL_RTL (DECL), 0); \
int dollar_inside = 0; \
strcpy (buffer, NAME); \
p = strchr (buffer, '$'); \