Remove useless variable assignment.

This commit is contained in:
trasz 2009-09-08 17:23:32 +00:00
parent a0489928cd
commit a7104567d1

View File

@ -255,9 +255,6 @@ ufs_getacl_posix1e(struct vop_getacl_args *ap)
old->acl_cnt = 0;
break;
}
error = 0;
/* FALLTHROUGH */
case 0:
error = acl_copy_oldacl_into_acl(old, ap->a_aclp);