Forgot some debug stuff...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@268 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-07-17 08:12:41 +00:00
parent b79d207dc2
commit cbe085bc5a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ struct file_descriptor {
struct fd_ops *ops;
struct vnode *vnode;
void *cookie;
int32 dummy;
};
-1
View File
@@ -60,7 +60,6 @@ alloc_fd(void)
f->vnode = NULL;
f->cookie = NULL;
f->ref_count = 1;
f->dummy = 0xdeadbeef;
}
return f;
}