Skip to content

Commit 949493b

Browse files
committed
Remove unused var from url struct.
1 parent ce1be59 commit 949493b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lcurlapi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ static const char *LCURL_URL = LCURL_URL_NAME;
2424
typedef struct lcurl_url_tag{
2525
CURLU *url;
2626

27-
int storage;
2827
int err_mode;
2928
}lcurl_url_t;
3029

0 commit comments

Comments
 (0)