diff options
author | Ian Rogers <irogers@google.com> | 2014-12-02 15:04:37 -0800 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-12-02 15:12:27 -0800 |
commit | 08f1f50d6c2e8f247b8f5f19711d75a792851c7a (patch) | |
tree | dca490545d56168f7f9ae4a4616199b1b1c8ba0c /runtime/check_jni.cc | |
parent | 8443637f71a777a13317fe7635028d758a0adf97 (diff) | |
download | art-08f1f50d6c2e8f247b8f5f19711d75a792851c7a.zip art-08f1f50d6c2e8f247b8f5f19711d75a792851c7a.tar.gz art-08f1f50d6c2e8f247b8f5f19711d75a792851c7a.tar.bz2 |
Remove FieldHelper.
Change-Id: I2d74e2d5b3c35a691c95339de0db9361847fca11
Diffstat (limited to 'runtime/check_jni.cc')
-rw-r--r-- | runtime/check_jni.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/check_jni.cc b/runtime/check_jni.cc index fe5b765..e45d3a3 100644 --- a/runtime/check_jni.cc +++ b/runtime/check_jni.cc @@ -24,7 +24,6 @@ #include "class_linker.h" #include "class_linker-inl.h" #include "dex_file-inl.h" -#include "field_helper.h" #include "gc/space/space.h" #include "java_vm_ext.h" #include "jni_internal.h" |