summaryrefslogtreecommitdiff
path: root/src/src/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/regex.c')
-rw-r--r--src/src/regex.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/src/regex.c b/src/src/regex.c
index 25496f950..3088f0066 100644
--- a/src/src/regex.c
+++ b/src/src/regex.c
@@ -93,16 +93,6 @@ return FAIL;
}
-/* reset expansion variables */
-void
-regex_vars_clear(void)
-{
-regex_match_string = NULL;
-for (int i = 0; i < REGEX_VARS; i++) regex_vars[i] = NULL;
-}
-
-
-
int
regex(const uschar ** listptr, BOOL cacheable)
{