diff options
author | Tianjie Xu <xunchang@google.com> | 2018-03-08 21:34:19 +0100 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2018-03-08 23:24:02 +0100 |
commit | b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef (patch) | |
tree | 7b03c5c23301d5616bec0a9cb43dce181726ba3b /updater | |
parent | Merge "minadbd: Move to Soong." (diff) | |
download | android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar.gz android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar.bz2 android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar.lz android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar.xz android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.tar.zst android_bootable_recovery-b4e3a370bf6fe2bbb6ad8e33d16ce3210595aaef.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/updater.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index f063e5fa1..1d6b172bb 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -169,10 +169,6 @@ int main(int argc, char** argv) { } ota_io_init(za, state.is_retry); - // Initialize the cache_temp_source, last_command_file and stash_directory_base to their default - // locations. - CacheLocation::location().ResetLocations(); - std::string result; bool status = Evaluate(&state, root, &result); |