From ae2b9f286c985394410aec19b12c1ebecfbe20f6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 28 Jun 2017 19:10:29 +0200 Subject: modutils: delete unused replace_underscores() Signed-off-by: Denys Vlasenko --- modutils/modutils.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modutils/modutils.c') diff --git a/modutils/modutils.c b/modutils/modutils.c index dae623ee4..6f7cd9721 100644 --- a/modutils/modutils.c +++ b/modutils/modutils.c @@ -75,12 +75,6 @@ void FAST_FUNC replace(char *s, char what, char with) } } -char* FAST_FUNC replace_underscores(char *s) -{ - replace(s, '-', '_'); - return s; -} - int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim) { char *tok; -- cgit v1.2.3