]> granicus.if.org Git - apache/commitdiff
Removed the comment suggesting the use of apr_table_overlap()
authorBrian Pane <brianp@apache.org>
Sun, 16 Dec 2001 08:50:30 +0000 (08:50 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 16 Dec 2001 08:50:30 +0000 (08:50 +0000)
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

index 5867437390a0d09b4878360a8494deab45533d4e..8916cbecbf8f1a78ddd70520a5a5df00d4d3eda2 100644 (file)
@@ -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;