svn commit: samba r19026 - in branches/SAMBA_3_0/source/include: .

metze at samba.org metze at samba.org
Mon Oct 2 06:32:58 GMT 2006


Author: metze
Date: 2006-10-02 06:32:58 +0000 (Mon, 02 Oct 2006)
New Revision: 19026

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19026

Log:
we don't need this twice

metze
Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-10-02 06:00:14 UTC (rev 19025)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-10-02 06:32:58 UTC (rev 19026)
@@ -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. **/



More information about the samba-cvs mailing list