Commit b014688450b82c8e6943897ede07d2db3cd9c6e0

Stefan Sperling 2018-03-09T21:40:07

remove unused list head

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/got_object.h b/include/got_object.h
index b7f5af9..3b482fc 100644
--- a/include/got_object.h
+++ b/include/got_object.h
@@ -35,8 +35,6 @@ struct got_parent_id {
 	struct got_object_id *id;
 };
 
-SIMPLEQ_HEAD(got_parent_id_list, got_parent_id);
-
 struct got_commit_object {
 	struct got_object_id *tree_id;
 	unsigned int nparents;