diff options
Diffstat (limited to 'Utilities/cmcurl/lib/altsvc.h')
-rw-r--r-- | Utilities/cmcurl/lib/altsvc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/altsvc.h b/Utilities/cmcurl/lib/altsvc.h index 248e71e..578a4fb 100644 --- a/Utilities/cmcurl/lib/altsvc.h +++ b/Utilities/cmcurl/lib/altsvc.h @@ -52,7 +52,6 @@ struct altsvc { struct altsvcinfo { char *filename; struct curl_llist list; /* list of entries */ - size_t num; /* number of alt-svc entries */ long flags; /* the publicly set bitmask */ }; |