ewah_bitmap: delete unused 'ewah_and()'
[gitweb.git] / ewah / ewok.h
index 7c04e6e35657fd665b743305d3870d692d62a6ae..1476bd18ba78b0db9b1eae2cec4f5a63f8ab8777 100644 (file)
@@ -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
  */