aboutsummaryrefslogtreecommitdiff
path: root/math/rapid/files/patch-RAPID.C
diff options
context:
space:
mode:
Diffstat (limited to 'math/rapid/files/patch-RAPID.C')
-rw-r--r--math/rapid/files/patch-RAPID.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/rapid/files/patch-RAPID.C b/math/rapid/files/patch-RAPID.C
deleted file mode 100644
index 1318747cdee6..000000000000
--- a/math/rapid/files/patch-RAPID.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- RAPID.C.orig 2018-05-16 10:56:45 UTC
-+++ RAPID.C
-@@ -40,7 +40,7 @@
-
- #include "RAPID_version.H"
-
--static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__;
-+static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__;
-
- // to silence the compiler's complaints about unreferenced identifiers.
- static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);}