diff options
author | 2016-01-14 13:08:55 +0000 | |
---|---|---|
committer | 2016-01-14 13:08:55 +0000 | |
commit | f50d7ea29eda80fd405de7f665ea15eafde3dff5 (patch) | |
tree | 17d02f87a6870b52cb1fab0eb2a277184955df01 /runtime/stack_map.h | |
parent | 6d6d36823d940362e02cdd26a59c9d4b7a68ea2c (diff) | |
parent | a83c6758b714e096a9de0851dc788757abbdab68 (diff) |
Merge "Fix lint error."
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r-- | runtime/stack_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h index aa23998bb4..84185ce49f 100644 --- a/runtime/stack_map.h +++ b/runtime/stack_map.h @@ -1139,7 +1139,6 @@ class CodeInfo { DexRegisterMap GetDexRegisterMapOf(StackMap stack_map, const StackMapEncoding& encoding, uint32_t number_of_dex_registers) const { - if (!stack_map.HasDexRegisterMap(encoding)) { return DexRegisterMap(); } else { |