summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 0acc23494..935c9cc1c 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -131,9 +131,6 @@ void ngx_http_empty_handler(ngx_event_t *wev);
void ngx_http_request_empty_handler(ngx_http_request_t *r);
-#define ngx_http_ephemeral(r) (void *) (&r->uri_start)
-
-
#define NGX_HTTP_LAST 1
#define NGX_HTTP_FLUSH 2