commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 03/12: libnetfs: remove unused fields.


From: Samuel Thibault
Subject: [hurd] 03/12: libnetfs: remove unused fields.
Date: Tue, 23 Feb 2016 23:53:24 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 0788437e0953cdd6c8c4cdf25379d8704beb021c
Author: Flavio Cruz <address@hidden>
Date:   Sun Feb 14 19:31:50 2016 -0500

    libnetfs: remove unused fields.
    
    * 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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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