OSDN Git Service

Remove unreachable code from class_linker.cc
authorCalin Juravle <calin@google.com>
Fri, 5 Sep 2014 15:14:19 +0000 (16:14 +0100)
committerCalin Juravle <calin@google.com>
Fri, 5 Sep 2014 15:14:19 +0000 (16:14 +0100)
commita8c55ae449ad423087f232b2fec1064062755970
tree17ca4770b299f41045e1e820840eafd255d4b12b
parent194b032b6d43299e117292494064d54ecf4ddbd8
Remove unreachable code from class_linker.cc

If the checksum doesn't match the oat_dex_file will be NULL, a case
which is handled in the first if.

Bug: 17402267

Change-Id: If8547ddc8fd7eff59a3b7dd36c07ac4ceb351361
runtime/class_linker.cc