aboutsummaryrefslogtreecommitdiffstats
path: root/android/console.c
diff options
context:
space:
mode:
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 }
};