mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove unused pointer from struct cookie.
This commit is contained in:
parent
df4064bc68
commit
3d823e690e
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-07 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* cookies.c (struct cookie): Remove unused backpointer to cookie
|
||||||
|
jar.
|
||||||
|
|
||||||
2003-10-07 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-10-07 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* cmpt.c (memmove): Comment out, since it's no longer used.
|
* cmpt.c (memmove): Comment out, since it's no longer used.
|
||||||
|
@ -118,8 +118,6 @@ struct cookie {
|
|||||||
char *attr; /* cookie attribute name */
|
char *attr; /* cookie attribute name */
|
||||||
char *value; /* cookie attribute value */
|
char *value; /* cookie attribute value */
|
||||||
|
|
||||||
struct cookie_jar *jar; /* pointer back to the cookie jar, for
|
|
||||||
convenience. */
|
|
||||||
struct cookie *next; /* used for chaining of cookies in the
|
struct cookie *next; /* used for chaining of cookies in the
|
||||||
same domain. */
|
same domain. */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user