Remove an unused local variable
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Thu, 8 Dec 2016 08:05:54 +0000 (17:05 +0900)
committerHyung-Kyu Choi <hk0110.choi@samsung.com>
Thu, 8 Dec 2016 08:19:38 +0000 (17:19 +0900)
commit05ace853150240cfd423a3636a7ee0ac59701a0b
treea03ea4b9ac57d9f6ee95a42451ebceb5ff6b8408
parent957b6d9f317c12462c377342a132708494b6f34c
Remove an unused local variable

In lowerxarch.cpp, local variable srcUns is defined but not used
at Lowering::LowerCast(GenTree* tree).

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/jit/lowerxarch.cpp