summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 23:27:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:19 -0500
commitc1837c24ae688d86eb5f0108da9396d29ff50a9e (patch)
treea157b8c12bdefb15a426342f20cf31826f875470 /source3/include
parent19cee7d0564265d14723007db6e02ff44351aa50 (diff)
downloadsamba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.tar.gz
samba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.tar.bz2
samba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.zip
r18650: this isn't needed twice in include/includes.h
metze (This used to be commit ee1127518347690e8baea1b5010ccada0ba29890)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 601d9b94d6..2561072e86 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -66,15 +66,6 @@
#undef HAVE_TERMIOS_H
#endif
-#ifdef __GNUC__
-/** gcc attribute used on function parameters so that it does not emit
- * warnings about them being unused. **/
-# define UNUSED(param) param __attribute__ ((unused))
-#else
-# define UNUSED(param) param
-/** Feel free to add definitions for other compilers here. */
-#endif
-
#ifndef _PUBLIC_
#ifdef HAVE_VISIBILITY_ATTR
# define _PUBLIC_ __attribute__((visibility("default")))