diff options
author | Elliott Hughes <enh@google.com> | 2014-11-08 14:21:12 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-08 14:21:12 -0800 |
commit | 89ac6e4c6f3ee5c59c3f530f01daa450c259d5d2 (patch) | |
tree | e5edc459796fe8012abf7e3afb7d31c8dc43e688 /core/combo/include/arch/linux-arm64 | |
parent | 3581753ffae63e32b2b2e2be1e447cb2e83dec5e (diff) | |
download | build-89ac6e4c6f3ee5c59c3f530f01daa450c259d5d2.zip build-89ac6e4c6f3ee5c59c3f530f01daa450c259d5d2.tar.gz build-89ac6e4c6f3ee5c59c3f530f01daa450c259d5d2.tar.bz2 |
Remove more namespace pollution (HAVE_TM_GMTOFF).
Change-Id: I9c2d7ffb66127c1b73076f8674ecf29aada0fa38
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 5a08999..e5c225c 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -129,11 +129,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 |