summaryrefslogtreecommitdiff
path: root/strings/apr_fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/apr_fnmatch.c')
-rw-r--r--strings/apr_fnmatch.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/strings/apr_fnmatch.c b/strings/apr_fnmatch.c
index 78b1cb511..08e2b9bc7 100644
--- a/strings/apr_fnmatch.c
+++ b/strings/apr_fnmatch.c
@@ -241,9 +241,3 @@ APR_DECLARE(int) apr_fnmatch_test(const char *pattern)
}
return 0;
}
-
-/* Deprecated */
-APR_DECLARE(int) apr_is_fnmatch(const char *pattern)
-{
- return apr_fnmatch_test(pattern);
-}