diff options
| author | 2014-12-02 16:17:08 -0800 | |
|---|---|---|
| committer | 2014-12-02 16:27:15 -0800 | |
| commit | f2247513a54300cfa6a2f23fdbbafead115c99b2 (patch) | |
| tree | 16d40b270b8a248ae9464d9aca9cd432c284b135 /runtime/class_linker.cc | |
| parent | 384f729a465d0ab3a76faa7ec8fa05ced82b4a85 (diff) | |
Remove MethodHelper::HasSameNameAndSignature.
Move sole use to a static method with art_method.cc.
Change-Id: I2e7994cc1c31b5ca74df5d7be5538003d4ed0150
Diffstat (limited to 'runtime/class_linker.cc')
| -rw-r--r-- | runtime/class_linker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 52e6662fa9..04e2992375 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -43,7 +43,7 @@ #include "intern_table.h" #include "interpreter/interpreter.h" #include "leb128.h" -#include "method_helper-inl.h" +#include "method_helper.h" #include "oat.h" #include "oat_file.h" #include "object_lock.h" |