diff options
author | Graham Stott <grahams@redhat.com> | 2001-08-08 08:03:51 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-08-08 08:03:51 +0000 |
commit | 6d8c73f7e5f271272681e3edd588b51b9cc66ef3 (patch) | |
tree | 1cb1ae72d8279045735cdb5440bfa80e39d950d0 /gcc/alias.c | |
parent | 8e0d15d405cd4b4496ff5bbc8a025d09f1bcb811 (diff) | |
download | gcc-6d8c73f7e5f271272681e3edd588b51b9cc66ef3.zip gcc-6d8c73f7e5f271272681e3edd588b51b9cc66ef3.tar.gz gcc-6d8c73f7e5f271272681e3edd588b51b9cc66ef3.tar.bz2 |
* alias.c (find_base_decl): Delete redundent assignment.
From-SVN: r44710
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index eb4cb42..a1204a2 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -399,7 +399,6 @@ find_base_decl (t) case '3': d0 = find_base_decl (TREE_OPERAND (t, 0)); d1 = find_base_decl (TREE_OPERAND (t, 1)); - d0 = find_base_decl (TREE_OPERAND (t, 0)); d2 = find_base_decl (TREE_OPERAND (t, 2)); /* Set any nonzero values from the last, then from the first. */ |