From 541325d00c7078d063ea97333d3c9c64d6b6c7b6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Oct 2023 08:06:46 +0000 Subject: Add new logging functions, change method_conv for bsearch Signed-off-by: Laurent Bercot --- src/libtipidee/tipidee_method_tostr.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/libtipidee/tipidee_method_tostr.c (limited to 'src/libtipidee/tipidee_method_tostr.c') diff --git a/src/libtipidee/tipidee_method_tostr.c b/src/libtipidee/tipidee_method_tostr.c deleted file mode 100644 index 8a3831d..0000000 --- a/src/libtipidee/tipidee_method_tostr.c +++ /dev/null @@ -1,8 +0,0 @@ -/* ISC license. */ - -#include - -char const *tipidee_method_tostr (tipidee_method m) -{ - return m < TIPIDEE_METHOD_UNKNOWN ? tipidee_method_conv_table[m].str : 0 ; -} -- cgit v1.3.1