aboutsummaryrefslogtreecommitdiffstats
path: root/android/console.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-01 06:14:59 -0800
committerAndroid Code Review <code-review@android.com>2011-03-01 06:14:59 -0800
commitf8a46731b2f86966399c9d24e095d669ba1a7898 (patch)
tree8522658803d023b6d64e066a41092956ff0cb4bc /android/console.c
parentab2b59e240f602a83d331ef04a78177c392ca91c (diff)
parente5af8a259e619973538f393011b1c26a3e2f4afb (diff)
downloadexternal_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.zip
external_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.tar.gz
external_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.tar.bz2
Merge "Remove CONFIG_ANDROID_SNAPSHOTS macro."
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 }
};