From 2defe47a24999fb649f10b034984d5dfb7c7ef11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 7 Jun 2004 21:12:30 +0000 Subject: [PATCH] Removed no longer used system call. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7814 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/vfs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/private/kernel/vfs.h b/headers/private/kernel/vfs.h index 54c298fa4d..418c01e7a2 100755 --- a/headers/private/kernel/vfs.h +++ b/headers/private/kernel/vfs.h @@ -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);