summaryrefslogtreecommitdiff
path: root/compiler/linker/linker_patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/linker/linker_patch.h')
-rw-r--r--compiler/linker/linker_patch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/linker/linker_patch.h b/compiler/linker/linker_patch.h
index d73d88dcb2..4eb0782d52 100644
--- a/compiler/linker/linker_patch.h
+++ b/compiler/linker/linker_patch.h
@@ -295,8 +295,7 @@ class LinkerPatch {
patch_type_ == Type::kPublicTypeBssEntry ||
patch_type_ == Type::kPackageTypeBssEntry ||
patch_type_ == Type::kStringRelative ||
- patch_type_ == Type::kStringBssEntry ||
- patch_type_ == Type::kMethodTypeBssEntry);
+ patch_type_ == Type::kStringBssEntry);
return pc_insn_offset_;
}