Turns out that the old and unused redir_vnode was also still included here.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@749 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-08-13 21:41:33 +00:00
parent 4c405cbdd4
commit ef8d7092e8
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -57,7 +57,6 @@ struct bootfs_vnode {
struct bootfs_vnode *all_next;
vnode_id id;
char *name;
void *redir_vnode;
struct bootfs_vnode *parent;
struct bootfs_vnode *dir_next;
struct bootfs_stream stream;
-1
View File
@@ -73,7 +73,6 @@ struct devfs_vnode {
struct devfs_vnode *all_next;
vnode_id id;
char *name;
void *redir_vnode;
struct devfs_vnode *parent;
struct devfs_vnode *dir_next;
struct devfs_stream stream;
-1
View File
@@ -48,7 +48,6 @@ struct rootfs_vnode {
struct rootfs_vnode *all_next;
vnode_id id;
char *name;
void *redir_vnode;
struct rootfs_vnode *parent;
struct rootfs_vnode *dir_next;
struct rootfs_stream stream;