1
0
mirror of https://github.com/git/git synced 2024-07-02 15:48:44 +00:00
git/ewah
Jeff King caa88140d4 ewah: drop ewah_deserialize function
We don't call this function, and in fact never have since it
was added (at least not in iterations of the ewah patches
that got merged). Instead we use ewah_read_mmap().

Let's drop the unused code.

Note to anybody who later wants to resurrect this: it does
not check for integer overflow in the ewah data size,
meaning it may be possible to convince the code to allocate
a too-small buffer and read() into it.

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_deserialize 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_deserialize function 2018-06-18 10:16:19 -07:00