From 2bef6d0e362febcc6e68fb25e62992b434261b42 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 17 Jun 2012 21:42:50 +0000 Subject: Don't #define restrict; this is now handled by the flesh git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@83 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- src/slab.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/slab.cc b/src/slab.cc index 4fdf9c8..a21ee4e 100644 --- a/src/slab.cc +++ b/src/slab.cc @@ -48,11 +48,6 @@ #include "slab.h" -#ifdef CCTK_CXX_RESTRICT -# undef restrict -# define restrict CCTK_CXX_RESTRICT -#endif - using namespace std; -- cgit v1.2.3