summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-01-14 13:08:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-01-14 13:08:55 +0000
commitf50d7ea29eda80fd405de7f665ea15eafde3dff5 (patch)
tree17d02f87a6870b52cb1fab0eb2a277184955df01
parent6d6d36823d940362e02cdd26a59c9d4b7a68ea2c (diff)
parenta83c6758b714e096a9de0851dc788757abbdab68 (diff)
Merge "Fix lint error."
-rw-r--r--runtime/stack_map.h1
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 {