aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-24 16:48:19 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 15:07:12 +0100
commite5af8a259e619973538f393011b1c26a3e2f4afb (patch)
tree8522658803d023b6d64e066a41092956ff0cb4bc /android/main.c
parent092361e19ecc2992965729538984354099eea8cb (diff)
downloadexternal_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.zip
external_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.tar.gz
external_qemu-e5af8a259e619973538f393011b1c26a3e2f4afb.tar.bz2
Remove CONFIG_ANDROID_SNAPSHOTS macro.
The feature is no longer optional. Change-Id: I4558f12e3804e42069e8a3e6bcf0837d350206ed
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/main.c b/android/main.c
index d906f8d..b99097f 100644
--- a/android/main.c
+++ b/android/main.c
@@ -490,7 +490,6 @@ int main(int argc, char **argv)
}
}
-#if CONFIG_ANDROID_SNAPSHOTS
if (!opts->no_snapstorage) {
// TODO: This should go to core
opts->snapstorage = (char*) avdInfo_getImageFile(avd, AVD_IMAGE_SNAPSHOTS);
@@ -532,7 +531,6 @@ int main(int argc, char **argv)
if (opts->snapshot_list) {
snapshot_print_and_exit(opts->snapstorage);
}
-#endif // CONFIG_ANDROID_SNAPSHOTS
if (!opts->logcat || opts->logcat[0] == 0) {
opts->logcat = getenv("ANDROID_LOG_TAGS");