aboutsummaryrefslogtreecommitdiffstats
path: root/ewah
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-04-28 17:55:23 +0700
committerJunio C Hamano <gitster@pobox.com>2014-04-29 12:43:16 -0700
commit16fc2b7a9ca54b12b06bb3d677db65e5e64638c5 (patch)
treedb5d68fb8fe6adfd70e5c6f28cc97eeff6d17cb4 /ewah
parenta0a2f7d79c953b012adcfb0be3f9a60d5efbf644 (diff)
downloadgit-16fc2b7a9ca54b12b06bb3d677db65e5e64638c5.tar.gz
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.h1
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);