aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-25 22:21:03 +0200
committerErik Schnetter <schnetter@gmail.com>2012-07-25 22:21:03 +0200
commit394dca2be7da4cda575a91ead0d39648f3634dac (patch)
tree2c9839f76a355521e28c4280dc1fcbde2c8aa076
parentb467ea905afc93d9fdbd733e06a279b3a5d42353 (diff)
LoopControl: Remove redefinition of restrict qualifier
-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 */