printf: Remove unused 'bprintf'
commitf69e63756f7822fcdad8a34f9967e8b243e883ee
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 2 Oct 2024 17:31:47 +0000 (2 18:31 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sun, 1 Dec 2024 03:41:35 +0000 (30 22:41 -0500)
tree9a4c6f1f9d903755c0a0eb581863bc02b06e4b13
parent7af08b57bcb9ebf78675c50069c54125c0a8b795
printf: Remove unused 'bprintf'

bprintf() is unused. Remove it. It was added in the commit 4370aa4aa753
("vsprintf: add binary printf") but as far as I can see was never used,
unlike the other two functions in that patch.

Link: https://lore.kernel.org/20241002173147.210107-1-linux@treblig.org
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Acked-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/string.h
lib/vsprintf.c