1
0
mirror of https://github.com/git/git.git synced 2024-09-28 15:01:31 +02:00
git/ewah
Jeff King 26675087a5 ewah: drop ewah_serialize_native function
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.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-06-18 10:16:19 -07:00
..
bitmap.c ewah/bitmap.c: delete unused 'bitmap_each_bit()' 2018-06-18 10:16:19 -07:00
ewah_bitmap.c ewah_bitmap: delete unused 'ewah_or()' 2018-06-18 10:16:19 -07:00
ewah_io.c ewah: drop ewah_serialize_native function 2018-06-18 10:16:19 -07:00
ewah_rlw.c Replace Free Software Foundation address in license notices 2017-11-09 13:21:21 +09:00
ewok_rlw.h Replace Free Software Foundation address in license notices 2017-11-09 13:21:21 +09:00
ewok.h ewah: drop ewah_serialize_native function 2018-06-18 10:16:19 -07:00