aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-25 22:21:03 +0200
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:29 +0100
commit05681aa4e800a296495f78e276644e6050337748 (patch)
tree910930d02b6de6fb2e18383f7094c8bd85728d6e /Carpet/LoopControl
parent0da1a96e5467e52de64c3c546d01a6e479278d20 (diff)
LoopControl: Remove redefinition of restrict qualifier
Diffstat (limited to 'Carpet/LoopControl')
-rw-r--r--Carpet/LoopControl/src/loopcontrol.h6
1 files changed, 0 insertions, 6 deletions
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 */