mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-29 02:00:37 -04:00
MINOR: h3: Dead code in h3_uqs_init()
This should fix CID 1469657 for GH #1546.
This commit is contained in:
parent
1e1fb5db45
commit
3c08cb4948
1 changed files with 0 additions and 3 deletions
3
src/h3.c
3
src/h3.c
|
|
@ -827,9 +827,6 @@ static int h3_uqs_init(struct h3_uqs *h3_uqs, struct h3 *h3,
|
|||
h3_uqs->wait_event.tasklet->process = t;
|
||||
h3_uqs->wait_event.tasklet->context = h3_uqs;
|
||||
return 1;
|
||||
|
||||
tasklet_free(h3_uqs->wait_event.tasklet);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline void h3_uqs_release(struct h3_uqs *h3_uqs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue