diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-09-01 15:08:06 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2016-11-17 11:36:56 +0100 |
commit | dbb13d2f0eba1770a96cac537218e7625556e172 (patch) | |
tree | 35217ed2fa3e306a936906814e956591fd9959ce /ubi-utils/include | |
parent | 942dec0faab61b3d9c814ed013c578edde94d0bb (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'ubi-utils/include')
-rw-r--r-- | ubi-utils/include/ubiutils-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |