remove now inaccurate comment
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;