Remove dead code
[openafs.git] / src / afs / VNOPS / afs_vnop_lookup.c
index e54e382..c38b3cb 100644 (file)
@@ -278,10 +278,6 @@ EvalMountPoint(struct vcache *avc, struct vcache *advc,
     afs_uint32 avnoid, auniq;
 
     AFS_STATCNT(EvalMountPoint);
-#ifdef notdef
-    if (avc->mvid.target_root && (avc->f.states & CMValid))
-       return 0;               /* done while racing */
-#endif
     *avolpp = NULL;
     code = afs_HandleLink(avc, areq);
     if (code)