summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2018-06-15 18:27:44 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-18 10:16:19 -0700
commit01b4a63f5563c84e557f2e071f91418bf8be4f9e (patch)
tree167629687bf98cf0c6e96924e88b3d928bf9d68d /ewah/ewok.h
parentewah/bitmap.c: delete unused 'bitmap_each_bit()' (diff)
downloadtgif-01b4a63f5563c84e557f2e071f91418bf8be4f9e.tar.xz
ewah_bitmap: delete unused 'ewah_and()'
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 7c04e6e356..1476bd18ba 100644
--- a/ewah/ewok.h
+++ b/ewah/ewok.h
@@ -179,11 +179,6 @@ void ewah_xor(
struct ewah_bitmap *ewah_j,
struct ewah_bitmap *out);
-void ewah_and(
- struct ewah_bitmap *ewah_i,
- struct ewah_bitmap *ewah_j,
- struct ewah_bitmap *out);
-
/**
* Direct word access
*/