Commit Diff


commit - 48595de13ae9d5618864199e01c22c837101f905
commit + a450c2bf919ba378f4246bb2be389f2cade9bcf1
blob - c908949d9d3336c966421d82c17507a4926a25ef
blob + d776a3f5574a402859f5d57dba32d1813e96a3c5
--- lib/commit_graph.c
+++ lib/commit_graph.c
@@ -152,7 +152,6 @@ add_node_to_iter_list(struct got_commit_graph *graph,
 	struct got_commit_graph_node *n, *next;
 
 	n = TAILQ_FIRST(&graph->iter_list);
-	/* Ensure that an iteration in progress will see this new commit. */
 	while (n) {
 		next = TAILQ_NEXT(n, entry);
 		if (next && node->timestamp >= next->timestamp) {