From 88529dcce96b99c4bf127cce512f2777e395dc74 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 27 Apr 2016 19:10:22 +0200 Subject: [PATCH] support for backtraces on windows is gone --- src/xbt/ex.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xbt/ex.c b/src/xbt/ex.c index a0127e54c2..313f5f3056 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -61,10 +61,6 @@ # define HAVE_BACKTRACE 1 /* Hello linux box */ #endif -#if defined(_WIN32) && defined(_M_IX86) && !defined(__GNUC__) -# define HAVE_BACKTRACE 1 /* Hello x86 windows box */ -#endif - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_ex, xbt, "Exception mecanism"); XBT_EXPORT_NO_IMPORT(const xbt_running_ctx_t) __xbt_ex_ctx_initializer = XBT_RUNNING_CTX_INITIALIZER; -- 2.20.1