commit ebfa99d6a25310757c9b80ab139cac537ac26dfc from: Stefan Sperling date: Fri Jun 22 07:55:50 2018 UTC remove unused field of struct got_objcache_entry commit - 50bc349d7794337cf8810482840482511e013a0d commit + ebfa99d6a25310757c9b80ab139cac537ac26dfc blob - 969dcdf4312f278586f048c6fca9172a54d4e5e1 blob + 6fc9d6a8011f70f7bb9c65e2ce6184b288b29f98 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -20,7 +20,6 @@ #define GOT_OBJECT_CACHE_SIZE 8192 struct got_objcache_entry { - SIMPLEQ_ENTRY(got_objcache_entry) entry; struct got_object_id id; struct got_object *obj; };