From 5d16aa61c6c5e284f6ff742dbf686493e4539c79 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Oct 2006 06:32:58 +0000 Subject: [PATCH] r19026: we don't need this twice metze --- source/include/includes.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/include/includes.h b/source/include/includes.h index bef294e5755..811d0372e05 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -74,14 +74,6 @@ #endif #endif -#ifndef NORETURN_ATTRIBUTE -#if (__GNUC__ >= 3) -#define NORETURN_ATTRIBUTE __attribute__ ((noreturn)) -#else -#define NORETURN_ATTRIBUTE -#endif -#endif - #if defined(__GNUC__) && !defined(__cplusplus) /** gcc attribute used on function parameters so that it does not emit * warnings about them being unused. **/ -- 2.34.1