diff options
Diffstat (limited to 'gcc/convert.c')
-rw-r--r-- | gcc/convert.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/convert.c b/gcc/convert.c index 6eea7d684c6..dd1b91a4e0b 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -460,8 +460,6 @@ tree convert_to_vector (type, expr) tree type, expr; { - tree subtype = TREE_TYPE (type); - switch (TREE_CODE (TREE_TYPE (expr))) { case INTEGER_TYPE: |