From 486b14c69f8e8ae89e6da78a1cfe1ec1d6878827 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 7 Jan 2015 12:22:32 -0800 Subject: Remove HAVE_UNWIND_CONTEXT_STRUCT from hardware/ti/omap4xxx. Change-Id: I2984f3958a7fbf1c3cc76eead3ab72fed7da22a3 --- stacktrace.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stacktrace.c b/stacktrace.c index 1e79bfa1..bbe4358c 100644 --- a/stacktrace.c +++ b/stacktrace.c @@ -38,13 +38,7 @@ typedef struct intptr_t* addrs; } stack_crawl_state_t; - -/* depends how the system includes define this */ -#ifdef HAVE_UNWIND_CONTEXT_STRUCT typedef struct _Unwind_Context __unwind_context; -#else -typedef _Unwind_Context __unwind_context; -#endif static _Unwind_Reason_Code trace_function(__unwind_context *context, void *arg) { -- cgit v1.2.3