On 15/06/18 04:32, Jeff King wrote: > We don't call this function, and never have. The on-disk > bitmap format uses network-byte-order integers, meaning that > we cannot use the native-byte-order format written here. > > Let's drop it in the name of simplicity. Hmm, if you are in the mood to drop ewah dead code, how about: ewah/bitmap.o - bitmap_clear ewah/bitmap.o - bitmap_each_bit ewah/ewah_bitmap.o - ewah_and ewah/ewah_bitmap.o - ewah_and_not ewah/ewah_bitmap.o - ewah_not ewah/ewah_bitmap.o - ewah_or ... in addition to these *(de)serialize* functions. ;-) ATB, Ramsay Jones