summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/statvfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/libcsupport/src/statvfs.c b/cpukit/libcsupport/src/statvfs.c
index 24d6415c49..599aa7edc1 100644
--- a/cpukit/libcsupport/src/statvfs.c
+++ b/cpukit/libcsupport/src/statvfs.c
@@ -42,9 +42,6 @@ statvfs (const char *path, struct statvfs *sb)
mt_entry = loc.mt_entry;
fs_mount_root = &mt_entry->mt_fs_root;
- if ( !fs_mount_root->ops->statvfs_h )
- rtems_set_errno_and_return_minus_one( ENOTSUP );
-
memset (sb, 0, sizeof (struct statvfs));
result = ( fs_mount_root->ops->statvfs_h )( fs_mount_root, sb );