Commit ebfa99d6a25310757c9b80ab139cac537ac26dfc

Stefan Sperling 2018-06-22T09:55:50

remove unused field of struct got_objcache_entry

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/got_lib_repository.h b/lib/got_lib_repository.h
index 969dcdf..6fc9d6a 100644
--- a/lib/got_lib_repository.h
+++ b/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;
 };