diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 4a0169db68..d244a9b618 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -454,10 +454,7 @@ class Runtime { } void RegisterAppInfo(const std::vector<std::string>& code_paths, - const std::string& profile_output_filename, - const std::string& foreign_dex_profile_path, - const std::string& app_dir); - void NotifyDexLoaded(const std::string& dex_location); + const std::string& profile_output_filename); // Transaction support. bool IsActiveTransaction() const { |