aboutsummaryrefslogtreecommitdiff
path: root/modutils/modutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modutils.c')
-rw-r--r--modutils/modutils.c6
1 files changed, 0 insertions, 6 deletions
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)
75 } 75 }
76} 76}
77 77
78char* FAST_FUNC replace_underscores(char *s)
79{
80 replace(s, '-', '_');
81 return s;
82}
83
84int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim) 78int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim)
85{ 79{
86 char *tok; 80 char *tok;