aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-25 22:20:34 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:29 +0100
commit0da1a96e5467e52de64c3c546d01a6e479278d20 (patch)
tree762dcc924c5156622d529bfb17dcb5fa214d9c46 /Carpet/CarpetLib/src/defs.hh
parentd17bd841e728a83c8f4078251fee8023710b22d5 (diff)
CarpetLib: Remove redefinition of restrict qualifier
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index 6571648f7..373d6bb29 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -32,13 +32,6 @@ using namespace std;
-// Define the restrict qualifier
-#ifdef CCTK_CXX_RESTRICT
-# define restrict CCTK_CXX_RESTRICT
-#endif
-
-
-
// Structure member offsets
#undef offsetof
#define offsetof(TYPE,MEMBER) ((size_t)&((TYPE*)0)->MEMBER)