commit b014688450b82c8e6943897ede07d2db3cd9c6e0 from: Stefan Sperling date: Fri Mar 09 20:40:07 2018 UTC remove unused list head commit - 0a71ee675b38a8babaf66b701dde4465726c7ac4 commit + b014688450b82c8e6943897ede07d2db3cd9c6e0 blob - b7f5af942d8a6c8b198d613b7ce523b481da2ee4 blob + 3b482fc85dbef3b4a9d488ad30c56ea85f7d6e2b --- include/got_object.h +++ 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;