From c1837c24ae688d86eb5f0108da9396d29ff50a9e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Sep 2006 23:27:36 +0000 Subject: r18650: this isn't needed twice in include/includes.h metze (This used to be commit ee1127518347690e8baea1b5010ccada0ba29890) --- source3/include/includes.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include') 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"))) -- cgit