summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-07 12:21:02 -0800
committerElliott Hughes <enh@google.com>2015-01-07 12:21:02 -0800
commitec15f6207eae7dc9c3c550323a113dd510177623 (patch)
tree1003ebeab6d4bb009890efda1ad1f48d078a8ba7
parentc43ee7eed95c2a3566871fff5514761d7d53fe6d (diff)
downloadomap4-aah-ec15f6207eae7dc9c3c550323a113dd510177623.tar.gz
Remove HAVE_UNWIND_CONTEXT_STRUCT.
Change-Id: If08e90ade539f60f6d3132499a757d0ac70adcd6
-rw-r--r--stacktrace.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/stacktrace.c b/stacktrace.c
index 1e79bfa..bbe4358 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)
{