Removed no longer used system call.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7814 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-07 21:12:30 +00:00
parent 72344504a8
commit 2defe47a24
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ extern "C" {
status_t vfs_init(struct kernel_args *ka);
status_t vfs_bootstrap_file_systems(void);
status_t vfs_mount_boot_file_system(void);
status_t vfs_register_file_system(const char *name, struct fs_ops *calls);
void *vfs_new_io_context(void *parent_ioctx);
int vfs_free_io_context(void *ioctx);