summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-06-07 14:32:21 +0000
committerJeff Trawick <trawick@apache.org>2001-06-07 14:32:21 +0000
commite0175eb7f41cdb0e29aef443e75372a62cb09dd5 (patch)
tree5f7945ac2e427f518efb6ff22efef303ccac1a61 /misc
parent9fa47f10bcf0ccb293ed173b1e1fee052dd7429b (diff)
downloadapr-e0175eb7f41cdb0e29aef443e75372a62cb09dd5.tar.gz
axe APR_ENOFILE
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/errorcodes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c
index b3b41f45f..e3d7f7353 100644
--- a/misc/unix/errorcodes.c
+++ b/misc/unix/errorcodes.c
@@ -83,8 +83,6 @@ static char *apr_error_string(apr_status_t statcode)
return "An invalid date has been provided";
case APR_EINVALSOCK:
return "An invalid socket was returned";
- case APR_ENOFILE:
- return "No file was provided and one was required.";
case APR_ENOPROC:
return "No process was provided and one was required.";
case APR_ENOTIME: