summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-28 17:09:31 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-28 17:09:31 +0000
commiteb75db00165b16e86b94f9aa56c61f8fea601dc3 (patch)
tree3c0986245ee4fceccc0691b5a7343c89767a9742 /lib/make/cctk_Config.h.in
parente550a14b85001e57fdd4ee65bfdfb272d0254735 (diff)
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
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in6
1 files changed, 0 insertions, 6 deletions
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