summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/unwind.h b/unwind.h
index d6753da4..b2242661 100644
--- a/unwind.h
+++ b/unwind.h
@@ -24,12 +24,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef __GNUC__
-#define noreturn __attribute__((noreturn))
-#else
-#define noreturn
-#endif
-
typedef union uw_frame uw_frame_t;
typedef enum uw_frtype {
UW_BLOCK, UW_CAPTURED_BLOCK, UW_ENV, UW_CATCH, UW_HANDLE, UW_DBG