summaryrefslogtreecommitdiff
path: root/ewah/ewok.h
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2018-06-15 18:27:46 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-18 10:16:19 -0700
commit19436fe03a5822c0588fbc99d9e3ab8a5f1301cf (patch)
treeb1e5d12c2f42e51de4588688099482e2d77aa2ae /ewah/ewok.h
parentewah_bitmap: delete unused 'ewah_and()' (diff)
downloadtgif-19436fe03a5822c0588fbc99d9e3ab8a5f1301cf.tar.xz
ewah_bitmap: delete unused 'ewah_and_not()'
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 1476bd18ba..0ee0c70217 100644
--- a/ewah/ewok.h
+++ b/ewah/ewok.h
@@ -169,11 +169,6 @@ void ewah_or(
struct ewah_bitmap *ewah_j,
struct ewah_bitmap *out);
-void ewah_and_not(
- 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,