summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-09-03 18:37:38 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-09-03 18:37:38 +0000
commit23f382a2e188a758a067eda36be46cfe071719a2 (patch)
treedb8a1358d519c58f5a96ca1558310904566a8a94 /strings
parent3cc802223b673849d1ce4aafa9a85dd4a3cd56d6 (diff)
downloadlibapr-23f382a2e188a758a067eda36be46cfe071719a2.tar.gz
axe these deprecated functions:
apr_is_fnmatch apr_file_set_inherit apr_file_unset_inherit git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings')
-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);
-}