ewah: drop ewah_serialize_native function
commit26675087a58e1e7dd54bc0f059ad2f831c6e3fbf
authorJeff King <peff@peff.net>
Fri, 15 Jun 2018 03:32:28 +0000 (14 23:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2018 17:16:19 +0000 (18 10:16 -0700)
treea8e15008cb6ffb8b2a4af38afb9ce4fc19f5883f
parentcaa88140d4cc9e0ac79bb5d9d6569fe7d08a93a8
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>
ewah/ewah_io.c
ewah/ewok.h