diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 9d432c660d..f1fd0c38f1 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -523,10 +523,7 @@ class ClassLinker { // Creates a GlobalRef PathClassLoader that can be used to load classes from the given dex files. // Note: the objects are not completely set up. Do not use this outside of tests and the compiler. - // If parent_loader is null then we use the boot class loader. - jobject CreatePathClassLoader(Thread* self, - std::vector<const DexFile*>& dex_files, - jobject parent_loader) + jobject CreatePathClassLoader(Thread* self, std::vector<const DexFile*>& dex_files) SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_); |