summaryrefslogtreecommitdiff
path: root/src/class_linker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/class_linker.cc')
-rw-r--r--src/class_linker.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/class_linker.cc b/src/class_linker.cc
index 89c96b4fe8..206a1773d4 100644
--- a/src/class_linker.cc
+++ b/src/class_linker.cc
@@ -150,8 +150,6 @@ void ClassLinker::Init(const std::vector<DexFile*>& boot_class_path) {
// supers as well. These interfaces don't have any methods, so we
// don't have to worry about the ifviPool either.
array_iftable_ = new InterfaceEntry[2];
- CHECK(array_iftable_ != NULL);
- memset(array_iftable_, 0, sizeof(InterfaceEntry) * 2);
array_iftable_[0].SetClass(array_interfaces_->Get(0));
array_iftable_[1].SetClass(array_interfaces_->Get(1));
// now FindClass can be used for non-primitive array classes