summaryrefslogtreecommitdiff
path: root/uri/apr_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'uri/apr_uri.c')
-rw-r--r--uri/apr_uri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uri/apr_uri.c b/uri/apr_uri.c
index e3fc6b11..3245c19a 100644
--- a/uri/apr_uri.c
+++ b/uri/apr_uri.c
@@ -67,7 +67,6 @@ static schemes_t schemes[] =
{"acap", APR_URI_ACAP_DEFAULT_PORT},
{"telnet", APR_URI_TELNET_DEFAULT_PORT},
{"ssh", APR_URI_SSH_DEFAULT_PORT},
- {"ajp", APR_URI_AJP_DEFAULT_PORT},
{ NULL, 0xFFFF } /* unknown port */
};