From 928f8766481648223e6efb1f7d2fa84d917a33dd Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Sun, 16 Dec 2001 08:50:30 +0000 Subject: [PATCH] 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 --- modules/filters/mod_include.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 5867437390..8916cbecbf 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; -- 2.50.1