From: Brian Pane Date: Sun, 16 Dec 2001 08:50:30 +0000 (+0000) Subject: Removed the comment suggesting the use of apr_table_overlap() X-Git-Tag: 2.0.30~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d3ffc3ee33717c5e80285f771d639870edccc4e;p=thirdparty%2Fapache%2Fhttpd.git Removed the comment suggesting the use of apr_table_overlap() in add_include_vars() (because I just tried it, and it made the function slower) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92495 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 5867437390a..8916cbecbf8 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -128,7 +128,6 @@ typedef struct { static const char lazy_eval_sentinel; #define LAZY_VALUE (&lazy_eval_sentinel) -/* XXX: could use ap_table_overlap here */ static void add_include_vars(request_rec *r, char *timefmt) { apr_table_t *e = r->subprocess_env;