r19026: we don't need this twice
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Oct 2006 06:32:58 +0000 (06:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:03 +0000 (12:15 -0500)
metze

source/include/includes.h

index bef294e57550889c62e86144bc6d70968500431d..811d0372e05e33b9f9842e94118c8565484bbf72 100644 (file)
 #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. **/