Commit ff7c4d82c988b29ccdebc81c5bd48dc4d595400b

Stefan Sperling 2018-09-20T14:49:32

remove now inaccurate comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/blame.c b/lib/blame.c
index f9740d3..e933e16 100644
--- a/lib/blame.c
+++ b/lib/blame.c
@@ -334,7 +334,6 @@ blame_open(struct got_blame **blamep, const char *path,
 		goto done;
 	}
 
-	/* Loop over first-parent history and try to blame commits. */
 	err = got_commit_graph_open(&graph, start_commit_id, path, 0, repo);
 	if (err)
 		return err;