diff options
author | Elliott Hughes <enh@google.com> | 2014-11-20 12:58:26 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-20 12:58:26 -0800 |
commit | c9b2472b508cf261ce29920bc896b618bc78a3c0 (patch) | |
tree | 7f58d0df6fa9577467fffbc8b80f4cbb330c1100 | |
parent | 79d8f41e1d5490784288e2a0737be334ef50e7f6 (diff) | |
download | build-c9b2472b508cf261ce29920bc896b618bc78a3c0.zip build-c9b2472b508cf261ce29920bc896b618bc78a3c0.tar.gz build-c9b2472b508cf261ce29920bc896b618bc78a3c0.tar.bz2 |
Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
Change-Id: If3ff83c475921d72936a19317e356549d1706fab
-rw-r--r-- | core/combo/include/arch/darwin-x86/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 35d826c..5d7dde9 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -89,11 +89,6 @@ /* #define HAVE_MALLOC_H */ /* - * Define if we include <sys/mount.h> for statfs() - */ -#define INCLUDE_SYS_MOUNT_FOR_STATFS 1 - -/* * What CPU architecture does this platform use? */ #define ARCH_X86 |