Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2018-06-15 21:27:44 +0300
committerJunio C Hamano <gitster@pobox.com>2018-06-18 20:16:19 +0300
commit01b4a63f5563c84e557f2e071f91418bf8be4f9e (patch)
tree167629687bf98cf0c6e96924e88b3d928bf9d68d /ewah/ewok.h
parent48dc98344facad88ccb954ebdd8440b8ca501800 (diff)
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
*/