From 05681aa4e800a296495f78e276644e6050337748 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 25 Jul 2012 22:21:03 +0200 Subject: LoopControl: Remove redefinition of restrict qualifier --- Carpet/LoopControl/src/loopcontrol.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Carpet/LoopControl/src') diff --git a/Carpet/LoopControl/src/loopcontrol.h b/Carpet/LoopControl/src/loopcontrol.h index 0d6741260..a6bb71be2 100644 --- a/Carpet/LoopControl/src/loopcontrol.h +++ b/Carpet/LoopControl/src/loopcontrol.h @@ -14,12 +14,6 @@ extern "C" { #endif -#ifdef __cplusplus -# ifdef CCTK_CXX_RESTRICT -# define restrict CCTK_CXX_RESTRICT -# endif -#endif - /* A topology */ -- cgit v1.2.3