mirror of
https://github.com/mirror/wget.git
synced 2026-09-01 12:27:58 +08:00
[svn] Remove unused pointer from struct cookie.
This commit is contained in:
@@ -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>
|
||||
|
||||
* cmpt.c (memmove): Comment out, since it's no longer used.
|
||||
|
||||
@@ -118,8 +118,6 @@ struct cookie {
|
||||
char *attr; /* cookie attribute name */
|
||||
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
|
||||
same domain. */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user