summaryrefslogtreecommitdiffstats
path: root/recovery_main.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-23 20:26:08 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-23 20:26:08 +0200
commit3e165c8607781160a727e5a4f19ce7db990128c7 (patch)
tree81e9b527c47bf3379d8080a228e929b19a3cd56b /recovery_main.cpp
parentMerge "minadbd: Support rescue install and getprop commands." am: f365574a60 (diff)
parentMerge changes Ibdb7dd0b,Iafd3e846 (diff)
downloadandroid_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.gz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.bz2
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.lz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.xz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.zst
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.zip
Diffstat (limited to 'recovery_main.cpp')
-rw-r--r--recovery_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery_main.cpp b/recovery_main.cpp
index 38e1db73b..37d9da0d7 100644
--- a/recovery_main.cpp
+++ b/recovery_main.cpp
@@ -373,7 +373,6 @@ int main(int argc, char** argv) {
}
if (locale.empty()) {
- static constexpr const char* DEFAULT_LOCALE = "en-US";
locale = DEFAULT_LOCALE;
}
}