diff options
author | David 'Digit' Turner <digit@android.com> | 2011-03-01 06:14:59 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-03-01 06:14:59 -0800 |
commit | f8a46731b2f86966399c9d24e095d669ba1a7898 (patch) | |
tree | 8522658803d023b6d64e066a41092956ff0cb4bc /android/config/config.h | |
parent | ab2b59e240f602a83d331ef04a78177c392ca91c (diff) | |
parent | e5af8a259e619973538f393011b1c26a3e2f4afb (diff) | |
download | external_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.zip external_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.tar.gz external_qemu-f8a46731b2f86966399c9d24e095d669ba1a7898.tar.bz2 |
Merge "Remove CONFIG_ANDROID_SNAPSHOTS macro."
Diffstat (limited to 'android/config/config.h')
-rw-r--r-- | android/config/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/config/config.h b/android/config/config.h index e07cc2c..35cc9da 100644 --- a/android/config/config.h +++ b/android/config/config.h @@ -15,5 +15,4 @@ #ifndef _WIN32 #define CONFIG_NAND_LIMITS 1 #endif -#define CONFIG_ANDROID_SNAPSHOTS 1 #define CONFIG_MEMCHECK 1 |