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)
commit7413cd74b115253e2b25df3c62742938032b1ade
tree670e5b4154b1ebf526f130eb917b311a0c42c6d5
parent788f8ec1e02b38ecc83ba37a615bb464e97286ff
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>
Commit migrated from https://github.com/dotnet/coreclr/commit/05ace853150240cfd423a3636a7ee0ac59701a0b
src/coreclr/src/jit/lowerxarch.cpp