From 384c2607f98506f570b594c3b5a21c8996a99065 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 17 Jun 2012 17:44:00 -0400 Subject: Don't #define restrict; this is now handled by the flesh --- Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Auxiliary') diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h index 6e3ed2b..5032f6a 100644 --- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h +++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h @@ -36,12 +36,6 @@ extern "C" { #endif -#ifdef __cplusplus -# ifdef CCTK_CXX_RESTRICT -# define restrict CCTK_CXX_RESTRICT -# endif -#endif - #include "MathematicaCompat.h" #ifdef KRANC_C -- cgit v1.2.3