altsvc: drop the prio field from the struct

The value is not used for anything, no point in keeping it in memory.

Closes #21188
This commit is contained in:
Daniel Stenberg 2026-04-01 09:23:44 +02:00
parent 11609c3d45
commit c1963e2d2c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 4 deletions

View file

@ -39,7 +39,6 @@ struct altsvc {
struct althost dst;
time_t expires;
struct Curl_llist_node node;
unsigned int prio;
BIT(persist);
};