Commit 9b94757a3fcecd2e5cf42a73a74292d03a1cb160

Stefan Sperling 2018-06-21T23:25:48

remove wrong comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/blame.c b/lib/blame.c
index 0f683c8..27c02f1 100644
--- a/lib/blame.c
+++ b/lib/blame.c
@@ -37,7 +37,7 @@
 
 struct got_blame_line {
 	int annotated;
-	struct got_object_id id; /* one per line */
+	struct got_object_id id;
 };
 
 struct got_blame {