commit | a83c6758b714e096a9de0851dc788757abbdab68 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 14 13:08:12 2016 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 14 13:08:12 2016 +0000 |
tree | 17d02f87a6870b52cb1fab0eb2a277184955df01 | |
parent | 6d6d36823d940362e02cdd26a59c9d4b7a68ea2c [diff] |
Fix lint error. Change-Id: I8584d243a1cf55170e1d7bc1570e4ad1218fde5f
diff --git a/runtime/stack_map.h b/runtime/stack_map.h index aa23998..84185ce 100644 --- a/runtime/stack_map.h +++ b/runtime/stack_map.h
@@ -1139,7 +1139,6 @@ DexRegisterMap GetDexRegisterMapOf(StackMap stack_map, const StackMapEncoding& encoding, uint32_t number_of_dex_registers) const { - if (!stack_map.HasDexRegisterMap(encoding)) { return DexRegisterMap(); } else {