summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-07 20:39:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-07 20:39:44 +0000
commitb94c6fe6065530b9b10ac3be53a35906e81a155a (patch)
tree670f98466127bf589ee15b5522202c74683d8b89
parentc2d95b901f2da002bff26a310e12c93342aa08dd (diff)
parent486b14c69f8e8ae89e6da78a1cfe1ec1d6878827 (diff)
downloadandroid_hardware_ti_omap4xxx-cm-14.1.tar.gz
android_hardware_ti_omap4xxx-cm-14.1.tar.bz2
android_hardware_ti_omap4xxx-cm-14.1.zip
-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)
{