Skip to content

Commit 0f15167

Browse files
committed
Remove outdated comment about lwg-status-dates.html pages
It is not useless now, as we use the time of the last git commit for the file, not the modification time of the file on disk.
1 parent c27d49b commit 0f15167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lists.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ int main(int argc, char* argv[]) {
823823
// Note that each of these functions is going to re-sort the 'issues' vector for its own purposes
824824
generator.make_sort_by_num (issues, {target_path / "lwg-toc.html"});
825825
generator.make_sort_by_status (issues, {target_path / "lwg-status.html"});
826-
generator.make_sort_by_status_mod_date(issues, {target_path / "lwg-status-date.html"}); // this report is useless, as git checkouts touch filestamps
826+
generator.make_sort_by_status_mod_date(issues, {target_path / "lwg-status-date.html"});
827827
generator.make_sort_by_section (issues, {target_path / "lwg-index.html"});
828828

829829
// Note that this additional document is very similar to unresolved-index.html below

0 commit comments

Comments
 (0)