Remove unneeded variable in integer_promotion()
commitbb33d4ecc3446248617d4d2f66868c46635ce497
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Wed, 2 Nov 2016 22:11:13 +0000 (2 23:11 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 13 Feb 2017 01:34:43 +0000 (13 09:34 +0800)
tree5db7672bfaff364a67aa9540ad71b7ac38c1a3ea
parentf25e41f4856b800d41a5d97122ed881a261deb50
Remove unneeded variable in integer_promotion()

Following some previous simplification done on the function,
the variable 'orig_type' is now always the same as 'type'.

To avoid possible confusion, only use 'type' and remove
the declaration of 'orig_type'.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
evaluate.c