diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2016-02-14 19:31:50 -0500 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-02-15 01:35:59 +0100 |
commit | 0788437e0953cdd6c8c4cdf25379d8704beb021c (patch) | |
tree | ce447460639c6defa85f93e916c25c7427fca140 /libnetfs/netfs.h | |
parent | 0f6a5081d875051e1b6275096d25332e66f0458c (diff) |
libnetfs: remove unused fields.
* libnetfs/netfs.h: Remove prevp and next fields from struct node.
Diffstat (limited to 'libnetfs/netfs.h')
-rw-r--r-- | libnetfs/netfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h index 3f94ccd3..67a6a9a0 100644 --- a/libnetfs/netfs.h +++ b/libnetfs/netfs.h @@ -70,8 +70,6 @@ struct peropen /* A unique one of these exists for each node currently in use. */ struct node { - struct node *next, **prevp; - /* Protocol specific stuff; defined by user. */ struct netnode *nn; |