From e64d904a508a0de313acd91697b0269987963ad2 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 28 Sep 2011 11:04:25 +0200 Subject: GenericFD.h: Remove redefinition of "restrict" keyword --- Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Auxiliary/Cactus') diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h index 37cbe40..e97bcef 100644 --- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h +++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h @@ -67,14 +67,6 @@ int sgn(CCTK_REAL x); int GenericFD_GetBoundaryWidth(cGH const * restrict const cctkGH); -#ifdef __cplusplus -// Define the restrict qualifier -# ifdef CCTK_CXX_RESTRICT -# undef restrict -# define restrict CCTK_CXX_RESTRICT -# endif -#endif - void GenericFD_GetBoundaryInfo(cGH const * restrict cctkGH, int const * restrict cctk_lsh, int const * restrict cctk_lssh, -- cgit v1.2.3