Skip to content

Commit e92b54d

Browse files
committed
Drop unused variable
1 parent 6461837 commit e92b54d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cacache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ static int ca_cache_open(CaCache *c) {
143143
}
144144

145145
int ca_cache_get(CaCache *c, CaLocation *location, CaChunkID *ret_chunk_id, CaOrigin **ret_origin) {
146-
_cleanup_(ca_location_unrefp) CaLocation *patched_location = NULL;
147146
_cleanup_(realloc_buffer_free) ReallocBuffer buffer = {};
148147
_cleanup_(ca_origin_unrefp) CaOrigin *origin = NULL;
149148
char path[CA_CHUNK_ID_PATH_SIZE(NULL, ".cachi")];

0 commit comments

Comments
 (0)