aboutsummaryrefslogtreecommitdiffstats
path: root/android/console.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/console.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/console.c')
-rw-r--r--android/console.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/android/console.c b/android/console.c
index d883002..de32ddb 100644
--- a/android/console.c
+++ b/android/console.c
@@ -2049,8 +2049,6 @@ static const CommandDefRec event_commands[] =
{ NULL, NULL, NULL, NULL, NULL, NULL }
};
-#if CONFIG_ANDROID_SNAPSHOTS
-
/********************************************************************************************/
/********************************************************************************************/
@@ -2150,8 +2148,6 @@ static const CommandDefRec snapshot_commands[] =
};
-#endif
-
/********************************************************************************************/
/********************************************************************************************/
@@ -2215,11 +2211,9 @@ static const CommandDefRec vm_commands[] =
"'avd name' will return the name of this virtual device\r\n",
NULL, do_avd_name, NULL },
-#if CONFIG_ANDROID_SNAPSHOTS
{ "snapshot", "state snapshot commands",
"allows you to save and restore the virtual device state in snapshots\r\n",
NULL, NULL, snapshot_commands },
-#endif
{ NULL, NULL, NULL, NULL, NULL, NULL }
};