From ba24e7ce39ad9f4601ad1746d1c688acd1e7fc56 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Mon, 20 Feb 2012 00:40:01 -0200 Subject: [PATCH] fix compile issue --- src/framework/platform/unixcrashhandler.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/framework/platform/unixcrashhandler.cpp b/src/framework/platform/unixcrashhandler.cpp index d86013ca..8f27128c 100644 --- a/src/framework/platform/unixcrashhandler.cpp +++ b/src/framework/platform/unixcrashhandler.cpp @@ -32,10 +32,6 @@ #define MAX_BACKTRACE_DEPTH 128 #define DEMANGLE_BACKTRACE_SYMBOLS -#ifndef REG_RIP -#error fuck -#endif - void crashHandler(int signum, siginfo_t* info, void* secret) { logError("Application crashed");