From 0b5d980886f2af266d88ebda4ff4cde78f9136a4 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 24 Nov 2011 13:03:57 +0000 Subject: [PATCH] Remove some debugging code. --- unwind-arm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/unwind-arm.h b/unwind-arm.h index e041cbf..6377461 100644 --- a/unwind-arm.h +++ b/unwind-arm.h @@ -164,8 +164,6 @@ _Unwind_Reason_Code name(_Unwind_State state,\ struct _Unwind_Exception *exceptionObject,\ struct _Unwind_Context *context)\ {\ - fprintf(stderr, "LSDA: %p\n", (void*)_Unwind_GetLanguageSpecificData(context));\ - fprintf(stderr, "IP: %p\n", (void*)_Unwind_GetIP(context));\ int version = 1;\ uint64_t exceptionClass = exceptionObject->exception_class;\ int actions;\