From 05eff5f731fbdf0597bb6a4b94a7603571ff66b6 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 31 Jul 2013 18:51:57 -0700 Subject: extra: Remove dbg module and rt support code This stuff is ancient, unused, and tied to oldsched --- src/rt/rust_debug.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/rt/rust_debug.h') diff --git a/src/rt/rust_debug.h b/src/rt/rust_debug.h index 7f025bb908e..951d2c36cb8 100644 --- a/src/rt/rust_debug.h +++ b/src/rt/rust_debug.h @@ -17,19 +17,6 @@ #include #include -#ifndef _WIN32 - -#include -#define BREAKPOINT_AWESOME \ - do { \ - signal(SIGTRAP, SIG_IGN); \ - raise(SIGTRAP); \ - } while (0) - -#else -#define BREAKPOINT_AWESOME -#endif - struct rust_task; namespace debug { -- cgit 1.4.1-3-g733a5