From d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9 Mon Sep 17 00:00:00 2001 From: Ladi Prosek Date: Mon, 13 Jun 2016 16:20:48 +0200 Subject: Remove unused function declarations Unused function declarations were found using a simple gcc plugin and manually verified by grepping the sources. Signed-off-by: Ladi Prosek Signed-off-by: Michael Tokarev --- include/qemu/bitmap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/qemu/bitmap.h') diff --git a/include/qemu/bitmap.h b/include/qemu/bitmap.h index ec5146f84e..7247f14788 100644 --- a/include/qemu/bitmap.h +++ b/include/qemu/bitmap.h @@ -75,10 +75,6 @@ int slow_bitmap_equal(const unsigned long *bitmap1, const unsigned long *bitmap2, long bits); void slow_bitmap_complement(unsigned long *dst, const unsigned long *src, long bits); -void slow_bitmap_shift_right(unsigned long *dst, - const unsigned long *src, int shift, long bits); -void slow_bitmap_shift_left(unsigned long *dst, - const unsigned long *src, int shift, long bits); int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, long bits); void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1, -- cgit 1.4.1