ewah: delete unused ewah_read_mmap_native declaration

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nguyễn Thái Ngọc Duy 2014-04-28 17:55:23 +07:00 committed by Junio C Hamano
parent a0a2f7d79c
commit 16fc2b7a9c
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ int ewah_serialize_native(struct ewah_bitmap *self, int fd);

int ewah_deserialize(struct ewah_bitmap *self, int fd);
int ewah_read_mmap(struct ewah_bitmap *self, const void *map, size_t len);
int ewah_read_mmap_native(struct ewah_bitmap *self, void *map, size_t len);

uint32_t ewah_checksum(struct ewah_bitmap *self);