From 0788437e0953cdd6c8c4cdf25379d8704beb021c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sun, 14 Feb 2016 19:31:50 -0500 Subject: libnetfs: remove unused fields. * libnetfs/netfs.h: Remove prevp and next fields from struct node. --- libnetfs/netfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libnetfs') 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; -- cgit v1.2.3