mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 19:22:12 +02:00
CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7
Since last commit, we don't retrieve the HTTP transaction from there anymore, so these entries can go.
This commit is contained in:
@@ -93,14 +93,12 @@ struct hlua_rule {
|
||||
struct hlua_txn {
|
||||
struct stream *s;
|
||||
struct proxy *p;
|
||||
void *l7;
|
||||
};
|
||||
|
||||
/* This struc is used with sample fetches and sample converters. */
|
||||
struct hlua_smp {
|
||||
struct stream *s;
|
||||
struct proxy *p;
|
||||
void *l7;
|
||||
int stringsafe;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user