[www] Remove '$Date$' marker from cxx_dr_status.
authorRichard Smith <richard@metafoo.co.uk>
Fri, 18 Dec 2020 22:13:45 +0000 (14:13 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Fri, 18 Dec 2020 22:14:52 +0000 (14:14 -0800)
This doesn't actually work (any more?), and instead renders as a literal
$Date$ on the website.

clang/www/cxx_dr_status.html
clang/www/make_cxx_dr_status

index b40d2c5..9be6f12 100755 (executable)
@@ -28,7 +28,6 @@
 <!--*************************************************************************-->
 <h1>C++ Defect Report Support in Clang</h1>
 <!--*************************************************************************-->
-<p>Last updated: $Date$</p>
 
 <h2 id="cxxdr">C++ defect report implementation status</h2>
 
index 3a9b18f..ee11377 100755 (executable)
@@ -79,7 +79,6 @@ print >> out_file, '''\
 <!--*************************************************************************-->
 <h1>C++ Defect Report Support in Clang</h1>
 <!--*************************************************************************-->
-<p>Last updated: $Date$</p>
 
 <h2 id="cxxdr">C++ defect report implementation status</h2>