summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2018-06-15 18:27:50 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-18 10:16:19 -0700
commita9fda811fc39b69c5763c17e732ddbe7c779c4eb (patch)
tree53a9d4257a4eead723e1893f4a7b4f1ed5677c6d /ewah/ewok.h
parentewah_bitmap: delete unused 'ewah_not()' (diff)
downloadtgif-a9fda811fc39b69c5763c17e732ddbe7c779c4eb.tar.xz
ewah_bitmap: delete unused 'ewah_or()'
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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ewah/ewok.h b/ewah/ewok.h
index a603fa3dd8..cf902e50ad 100644
--- a/ewah/ewok.h
+++ b/ewah/ewok.h
@@ -157,11 +157,6 @@ void ewah_iterator_init(struct ewah_iterator *it, struct ewah_bitmap *parent);
*/
int ewah_iterator_next(eword_t *next, struct ewah_iterator *it);
-void ewah_or(
- struct ewah_bitmap *ewah_i,
- struct ewah_bitmap *ewah_j,
- struct ewah_bitmap *out);
-
void ewah_xor(
struct ewah_bitmap *ewah_i,
struct ewah_bitmap *ewah_j,