]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: vars: remove unused struct
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 23 Jun 2015 20:11:04 +0000 (22:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2015 14:30:08 +0000 (16:30 +0200)
The commit "MEDIUM: vars: move the session variables to the session, not the stream" (ebcd4844e82a4198ea5d98fe491a46267da1d1ec")
moves the variables from the stream to the session. It forgot to remove
the stream definition of the "vars_sess".

include/types/stream.h

index 953f9d1d76c8f9a0109cc329efe6d639fede442c..bba5f433317ea43e43b32a28a2a61fe071f610d9 100644 (file)
@@ -144,7 +144,6 @@ struct stream {
 
        char **req_cap;                         /* array of captures from the request (may be NULL) */
        char **res_cap;                         /* array of captures from the response (may be NULL) */
-       struct vars vars_sess;                  /* list of variables for the session scope. */
        struct vars vars_txn;                   /* list of variables for the txn scope. */
        struct vars vars_reqres;                /* list of variables for the request and resp scope. */