diff options
Diffstat (limited to 'gcc/tree-affine.cc')
-rw-r--r-- | gcc/tree-affine.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-affine.cc b/gcc/tree-affine.cc index ee327e6..ecab467 100644 --- a/gcc/tree-affine.cc +++ b/gcc/tree-affine.cc @@ -268,7 +268,6 @@ expr_to_aff_combination (aff_tree *comb, tree_code code, tree type, tree op0, tree op1 = NULL_TREE) { aff_tree tmp; - poly_int64 bitpos, bitsize, bytepos; switch (code) { |