diff options
-rw-r--r-- | source3/include/includes.h | 9 |
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"))) |