summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnetfs/netfs.h2
1 files changed, 0 insertions, 2 deletions
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;