From 7ba291037b1dbd0cd205ba07e6444293596a3761 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 23:33:31 +0100 Subject: move regex helper to be with teh single remaining call site --- utils/utils.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index 5fa521c01..6121ebe44 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -31,7 +31,6 @@ #include #include #include -#include #include #include @@ -152,13 +151,6 @@ char *cnv_space2nbsp(const char *s); */ bool is_dir(const char *path); -/** - * Compile a regular expression, handling errors. - * - * Parameters as for regcomp(), see man regex. - */ -nserror regcomp_wrapper(regex_t *preg, const char *regex, int cflags); - /** * Create a human redable representation of a size in bytes. * -- cgit v1.2.3