* libnetfs/netfs.h: Remove prevp and next fields from struct node.
---
 libnetfs/netfs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 3f94ccd..67a6a9a 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;
 
-- 
2.6.4


Reply via email to