summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-02 06:32:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:03 -0500
commit7f9aca9772c4b0d5643c83cab0a080c523ec7278 (patch)
tree1bb78a5356431e465fc82994c44ef16a77e83a75 /source3/include
parent4cc309c3daae437047177d06385af2f3082fbf68 (diff)
downloadsamba-7f9aca9772c4b0d5643c83cab0a080c523ec7278.tar.gz
samba-7f9aca9772c4b0d5643c83cab0a080c523ec7278.tar.bz2
samba-7f9aca9772c4b0d5643c83cab0a080c523ec7278.zip
r19026: we don't need this twice
metze (This used to be commit 5d16aa61c6c5e284f6ff742dbf686493e4539c79)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index bef294e575..811d0372e0 100644
--- a/source3/include/includes.h
+++ b/source3/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. **/