aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc')
-rw-r--r--CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc b/CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc
index c90d83b80..11a84e0a2 100644
--- a/CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc
+++ b/CarpetDev/CarpetAdaptiveRegrid/src/CAR.cc
@@ -16,11 +16,6 @@
#include "carpet.hh"
#include "CAR.hh"
-extern "C" {
- static const char* rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetAdaptiveregrid_regrid_cc);
-}
-
//
// For the moment this is going to live as one large file with one
// large routine. However, it should be broken up into pieces later