ewah: delete unused ewah_read_mmap_native declaration
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 28 Apr 2014 10:55:23 +0000 (17:55 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Apr 2014 19:43:16 +0000 (12:43 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ewah/ewok.h
index 0556ca5fb06e8011a60c9499ab45fddd7f5c8cdb..f6ad190a038a55e39a0b8b135c995413192f80e3 100644 (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);