[runtime] Remove some dead code.
authorZoltan Varga <vargaz@gmail.com>
Fri, 28 Aug 2015 19:39:25 +0000 (15:39 -0400)
committerZoltan Varga <vargaz@gmail.com>
Fri, 28 Aug 2015 19:39:25 +0000 (15:39 -0400)
mono/mini/mini-x86.c

index 07dcd6f9c46d82204cb54286a3847cc74938bb19..9d314f7436c22fe1ba3a2d192a7996d3928da419 100644 (file)
@@ -6689,13 +6689,6 @@ mono_arch_get_trampolines (gboolean aot)
        return tramps;
 }
 
-
-#if __APPLE__
-#define DBG_SIGNAL SIGBUS
-#else
-#define DBG_SIGNAL SIGSEGV
-#endif
-
 /* Soft Debug support */
 #ifdef MONO_ARCH_SOFT_DEBUG_SUPPORTED