1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Get rid of some old code related to the way that character set translation

of protocol data and bodies was performed in the past.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2000-10-16 18:00:49 +00:00
parent a37d06254f
commit c06c057a8d
6 changed files with 0 additions and 108 deletions

View File

@@ -1451,11 +1451,6 @@ static request_rec *internal_internal_redirect(const char *new_uri,
return NULL;
}
#ifdef APACHE_XLATE
new->rrx = apr_pcalloc(new->pool, sizeof(struct ap_rr_xlate));
ap_set_content_xlate(new, 0, ap_locale_from_ascii);
#endif /*APACHE_XLATE*/
return new;
}