diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-04-28 17:55:23 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-29 12:43:16 -0700 |
commit | 16fc2b7a9ca54b12b06bb3d677db65e5e64638c5 (patch) | |
tree | db5d68fb8fe6adfd70e5c6f28cc97eeff6d17cb4 /ewah | |
parent | ewah: fix constness of ewah_read_mmap (diff) | |
download | tgif-16fc2b7a9ca54b12b06bb3d677db65e5e64638c5.tar.xz |
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>
Diffstat (limited to 'ewah')
-rw-r--r-- | ewah/ewok.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ewah/ewok.h b/ewah/ewok.h index 0556ca5fb0..f6ad190a03 100644 --- a/ewah/ewok.h +++ b/ewah/ewok.h @@ -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); |