summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2010-04-02 10:10:01 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2010-04-02 10:10:01 +0000
commit50a3a77de2e5512288283105e0465732aad23e37 (patch)
tree32521cff65afe5e982f91f35a94a2532dac10d1f /include/apr_errno.h
parent90e578dce5778313e4fc8a202e6d1707f302ff30 (diff)
downloadlibapr-50a3a77de2e5512288283105e0465732aad23e37.tar.gz
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
superceded by the more general APR_FROM_OS_ERROR. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@930224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_errno.h')
-rw-r--r--include/apr_errno.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index ea750c972..5fbc5bbd5 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -855,10 +855,6 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
#define apr_get_netos_error() (APR_FROM_OS_ERROR(errno))
#define apr_set_netos_error(e) (errno = APR_TO_OS_ERROR(e))
-/* And this needs to be greped away for good:
- */
-#define APR_OS2_STATUS(e) (APR_FROM_OS_ERROR(e))
-
/* These can't sit in a private header, so in spite of the extra size,
* they need to be made available here.
*/