summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-pathconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c
index bb192fe3..38e277c3 100644
--- a/libdiskfs/io-pathconf.c
+++ b/libdiskfs/io-pathconf.c
@@ -72,10 +72,6 @@ diskfs_S_io_pathconf (struct protid *cred,
*value = 32;
break;
- case _PC_2_SYMLINKS:
- *value = diskfs_shortcut_symlink ? 1 : 0;
- break;
-
default:
return EINVAL;
}