My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a2f7d
)
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
diff --git
a/ewah/ewok.h
b/ewah/ewok.h
index
0556ca5
..
f6ad190
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);