On 1/8/2021 1:18 PM, Taylor Blau wrote: > diff --git a/pack-revindex.h b/pack-revindex.h > index b5dd114fd5..b501a7cd62 100644 > --- a/pack-revindex.h > +++ b/pack-revindex.h > @@ -3,11 +3,6 @@ > > struct packed_git; > > -struct revindex_entry { > - off_t offset; > - unsigned int nr; > -}; > - Very nice. A successful anonymization of a struct. -Stolee