bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] libnetfs: remove unused fields.


From: Flavio Cruz
Subject: [PATCH] libnetfs: remove unused fields.
Date: Sun, 14 Feb 2016 19:31:50 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

* 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

[Prev in Thread] Current Thread [Next in Thread]