Upstream: removed unused bl_time and bl_state fields.
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index d4f52af..86e2ee2 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -55,9 +55,6 @@
 
 
 typedef struct {
-    ngx_msec_t                       bl_time;
-    ngx_uint_t                       bl_state;
-
     ngx_uint_t                       status;
     ngx_msec_t                       response_time;
     ngx_msec_t                       connect_time;