Stop defining HAVE_UNWIND_CONTEXT_STRUCT.

The only code that still references this is only built for arm, so this
should be a no-op.

Change-Id: I64f40fc68bb387b6309075d158f5bd12f398ef20
This commit is contained in:
Elliott Hughes 2015-01-06 19:14:37 -08:00
parent 53ed9df8dc
commit 30adf15747
3 changed files with 0 additions and 15 deletions

View File

@ -102,9 +102,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* Whether or not _Unwind_Context is defined as a struct.
*/
#define HAVE_UNWIND_CONTEXT_STRUCT 1
#endif /* _ANDROID_CONFIG_H */

View File

@ -97,9 +97,4 @@
*/
#define HAVE_PRINTF_ZD 1
/*
* Whether or not _Unwind_Context is defined as a struct.
*/
#define HAVE_UNWIND_CONTEXT_STRUCT 1
#endif /* _ANDROID_CONFIG_H */

View File

@ -74,11 +74,6 @@
*/
#define HAVE_PRCTL 1
/*
* Whether or not _Unwind_Context is defined as a struct.
*/
#define HAVE_UNWIND_CONTEXT_STRUCT
/*
* Define if <stdint.h> exists.
*/