From b36c3134bb1a292aa63b219ad97d3be93caa7015 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Fri, 15 Jun 2018 18:27:38 +0000 Subject: ewah/bitmap.c: delete unused 'bitmap_clear()' Reported-by: Ramsay Jones Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- ewah/ewok.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ewah/ewok.h') diff --git a/ewah/ewok.h b/ewah/ewok.h index 357fd93c84e..87145853336 100644 --- a/ewah/ewok.h +++ b/ewah/ewok.h @@ -204,7 +204,6 @@ struct bitmap { struct bitmap *bitmap_new(void); void bitmap_set(struct bitmap *self, size_t pos); -void bitmap_clear(struct bitmap *self, size_t pos); int bitmap_get(struct bitmap *self, size_t pos); void bitmap_reset(struct bitmap *self); void bitmap_free(struct bitmap *self); -- cgit v1.2.3