summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-19 21:51:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-21 16:39:48 (GMT)
commitc806278e0c7c0e0de5b32d013676326221b86c35 (patch)
treeaccfda366965d71f240ea4a12e22f9f07d16f4f1 /ewah/ewok.h
parent26675087a58e1e7dd54bc0f059ad2f831c6e3fbf (diff)
downloadgit-c806278e0c7c0e0de5b32d013676326221b86c35.zip
git-c806278e0c7c0e0de5b32d013676326221b86c35.tar.gz
git-c806278e0c7c0e0de5b32d013676326221b86c35.tar.bz2
ewah: delete unused 'rlwit_discharge_empty()'
Complete the removal of unused 'ewah bitmap' code by removing the now unused 'rlwit_discharge_empty()' function. Also, the 'ewah_clear()' function can now be made a file-scope static symbol. Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/ewok.h')
-rw-r--r--ewah/ewok.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ewah/ewok.h b/ewah/ewok.h
index 0c504f2..84b2a29 100644
--- a/ewah/ewok.h
+++ b/ewah/ewok.h
@@ -73,12 +73,6 @@ void ewah_pool_free(struct ewah_bitmap *self);
struct ewah_bitmap *ewah_new(void);
/**
- * Clear all the bits in the bitmap. Does not free or resize
- * memory.
- */
-void ewah_clear(struct ewah_bitmap *self);
-
-/**
* Free all the memory of the bitmap
*/
void ewah_free(struct ewah_bitmap *self);