libast/port/mnt.c: rm cachefs support (Solaris patch 135-CR6729252)

This change is pulled from here:
https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/135-CR6729252.patch
This commit is contained in:
Martijn Dekker 2021-01-08 11:50:57 +00:00
parent 744e68e7be
commit ba4989d974
1 changed files with 0 additions and 5 deletions

View File

@ -416,11 +416,6 @@ mntread(void* handle)
t = "sfs";
break;
#endif
#ifdef MNT_CACHEFS
case MNT_CACHEFS:
t = "cachefs";
break;
#endif
#ifdef MNT_NFS3
case MNT_NFS3:
t = "nfs3";