aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetInterp/src/interp.cc')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index ba9b01873..a35807272 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1,5 +1,3 @@
-// $Header:$
-
#include <algorithm>
#include <cassert>
#include <cmath>
@@ -22,11 +20,6 @@
#include "interp.hh"
-extern "C" {
- static char const * const rcsid = "$Header:$";
- CCTK_FILEVERSION(Carpet_CarpetInterp_interp_cc);
-}
-
namespace CarpetInterp {