]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ewah/ewok.h
ewah_bitmap: delete unused 'ewah_not()'
[thirdparty/git.git] / ewah / ewok.h
index 0ee0c702173b69edfb2ba85bdf70b7dc1a43452c..a603fa3dd81cd50581adbc67f0336a9f0a9569f1 100644 (file)
@@ -95,13 +95,6 @@ ssize_t ewah_read_mmap(struct ewah_bitmap *self, const void *map, size_t len);
 
 uint32_t ewah_checksum(struct ewah_bitmap *self);
 
-/**
- * Logical not (bitwise negation) in-place on the bitmap
- *
- * This operation is linear time based on the size of the bitmap.
- */
-void ewah_not(struct ewah_bitmap *self);
-
 /**
  * Call the given callback with the position of every single bit
  * that has been set on the bitmap.