From eb75db00165b16e86b94f9aa56c61f8fea601dc3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 28 Sep 2005 17:09:31 +0000 Subject: Undo changes that prevent more unwanted warnings about unused variables. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4155 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/cctk_Config.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/make/cctk_Config.h.in') diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in index bebfac60..fc9cc4a5 100644 --- a/lib/make/cctk_Config.h.in +++ b/lib/make/cctk_Config.h.in @@ -173,9 +173,6 @@ typedef enum {false, true} bool; #endif /* HAVE_CCTK_CXX_BOOL */ #endif -/* Whether __attribute__((unused)) exists. */ -#undef HAVE_CCTK_C_ATTRIBUTE_UNUSED - #endif /* ! defined __cplusplus */ /****************************************************************************/ @@ -194,9 +191,6 @@ typedef enum {false, true} bool; #define CCTK_HAVE_CXX_BOOL #endif -/* Whether __attribute__((unused)) exists. */ -#undef HAVE_CCTK_CXX_ATTRIBUTE_UNUSED - /* Some C++ compilers recognise the restrict keyword */ #undef CCTK_CXX_RESTRICT -- cgit v1.2.3