Remove unused var from url struct.
This commit is contained in:
parent
ce1be595ca
commit
949493b924
@ -24,7 +24,6 @@ static const char *LCURL_URL = LCURL_URL_NAME;
|
|||||||
typedef struct lcurl_url_tag{
|
typedef struct lcurl_url_tag{
|
||||||
CURLU *url;
|
CURLU *url;
|
||||||
|
|
||||||
int storage;
|
|
||||||
int err_mode;
|
int err_mode;
|
||||||
}lcurl_url_t;
|
}lcurl_url_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user