Skip to content

Commit

Permalink
ewah: delete unused ewah_read_mmap_native declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Apr 29, 2014
1 parent a0a2f7d commit 16fc2b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ewah/ewok.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 16fc2b7

Please sign in to comment.