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 <[email protected]> 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
