diff options
-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 { |