diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-06-15 18:27:52 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-18 10:16:19 -0700 |
commit | 83ea4e1e5997898ee98eacc61fce56cc1c614cd4 (patch) | |
tree | 5abf23f6c8314a24df88e31ea344e9a89700b9e8 /ewah/ewok.h | |
parent | ewah_bitmap: delete unused 'ewah_or()' (diff) | |
download | tgif-83ea4e1e5997898ee98eacc61fce56cc1c614cd4.tar.xz |
ewah_io: delete unused 'ewah_serialize()'
Reported-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/ewok.h')
-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 cf902e50ad..894f0dc5fd 100644 --- a/ewah/ewok.h +++ b/ewah/ewok.h @@ -86,7 +86,6 @@ void ewah_free(struct ewah_bitmap *self); int ewah_serialize_to(struct ewah_bitmap *self, int (*write_fun)(void *out, const void *buf, size_t len), void *out); -int ewah_serialize(struct ewah_bitmap *self, int fd); int ewah_serialize_native(struct ewah_bitmap *self, int fd); int ewah_serialize_strbuf(struct ewah_bitmap *self, struct strbuf *); |