From dbb13d2f0eba1770a96cac537218e7625556e172 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 1 Sep 2016 15:08:06 +0200 Subject: Remove unused ubiutils_print_text from ubi-utils common The function ubiutils_print_text was previously used by ubinize to pretty-print parts of the help text. Since the help text has been moved to a man page, the function is no longer used/needed. Signed-off-by: David Oberhollenzer --- ubi-utils/include/ubiutils-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ubi-utils/include') diff --git a/ubi-utils/include/ubiutils-common.h b/ubi-utils/include/ubiutils-common.h index 9762837..99c18f7 100644 --- a/ubi-utils/include/ubiutils-common.h +++ b/ubi-utils/include/ubiutils-common.h @@ -25,7 +25,6 @@ extern "C" { long long ubiutils_get_bytes(const char *str); void ubiutils_print_bytes(long long bytes, int bracket); -void ubiutils_print_text(FILE *stream, const char *txt, int len); int ubiutils_srand(void); #ifdef __cplusplus -- cgit v1.2.3