From bdaaa0f6cb8f99168ed9916064a5e4145426480c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 10:57:27 +0100 Subject: -fix misc. compiler warnings --- src/util/util.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/util/util.c') diff --git a/src/util/util.c b/src/util/util.c index 19924b89a..274dad3cd 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -24,15 +24,6 @@ #include "taler_util.h" -/** - * Convert a buffer to an 8-character string representative of the - * contents. This is used for logging binary data when debugging. - * - * @param buf buffer to log - * @param buf_size number of bytes in @a buf - * @return text representation of buf, valid until next - * call to this function - */ const char * TALER_b2s (const void *buf, size_t buf_size) -- cgit v1.2.3