From 433c716b824304f9645fed4682d0f86a70a4191a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 29 Oct 2004 01:43:15 +0000 Subject: [PATCH] Removed the empty function stubs from this file (and basically moved there where they belong). Lazy Ingo ;-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9642 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../core/disk_device_manager/KFileDiskDevice.cpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/kernel/core/disk_device_manager/KFileDiskDevice.cpp b/src/kernel/core/disk_device_manager/KFileDiskDevice.cpp index 18ead1c659..b48c31c31e 100644 --- a/src/kernel/core/disk_device_manager/KFileDiskDevice.cpp +++ b/src/kernel/core/disk_device_manager/KFileDiskDevice.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include @@ -21,21 +22,6 @@ static const char *kFileDevicesDir = "/dev/disk/virtual/files"; -// TODO: Remove when implemented in the devfs. -static -status_t -devfs_publish_file_device(const char *path, const char *filePath) -{ - return B_ERROR; -} - -static -status_t -devfs_unpublish_file_device(const char *path) -{ - return B_ERROR; -} - // constructor KFileDiskDevice::KFileDiskDevice(partition_id id)