Remove unused var from url struct.

This commit is contained in:
Alexey Melnichuk 2018-11-05 11:59:29 +03:00
parent ce1be595ca
commit 949493b924

View File

@ -24,7 +24,6 @@ static const char *LCURL_URL = LCURL_URL_NAME;
typedef struct lcurl_url_tag{
CURLU *url;
int storage;
int err_mode;
}lcurl_url_t;