Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ewah: delete unused ewah_read_mmap_native declaration
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 28 Apr 2014 10:55:23 +0000
(17:55 +0700)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
a0a2f7d
)
diff --git
a/ewah/ewok.h
b/ewah/ewok.h
index 0556ca5fb06e8011a60c9499ab45fddd7f5c8cdb..f6ad190a038a55e39a0b8b135c995413192f80e3 100644
(file)
--- 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);