Skip to content

Commit 16fc2b7

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent a0a2f7d commit 16fc2b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ewah/ewok.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ int ewah_serialize_native(struct ewah_bitmap *self, int fd);
100100

101101
int ewah_deserialize(struct ewah_bitmap *self, int fd);
102102
int ewah_read_mmap(struct ewah_bitmap *self, const void *map, size_t len);
103-
int ewah_read_mmap_native(struct ewah_bitmap *self, void *map, size_t len);
104103

105104
uint32_t ewah_checksum(struct ewah_bitmap *self);
106105

0 commit comments

Comments
 (0)