diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-06-15 20:27:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-18 19:16:19 +0200 |
commit | a9fda811fc39b69c5763c17e732ddbe7c779c4eb (patch) | |
tree | 53a9d4257a4eead723e1893f4a7b4f1ed5677c6d /ewah/ewok.h | |
parent | ewah_bitmap: delete unused 'ewah_not()' (diff) | |
download | git-a9fda811fc39b69c5763c17e732ddbe7c779c4eb.tar.xz git-a9fda811fc39b69c5763c17e732ddbe7c779c4eb.zip |
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.h | 5 |
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, |