mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user