From: Todd C. Miller Date: Sat, 19 Aug 1995 23:29:42 +0000 (+0000) Subject: removed an unreachable statement X-Git-Tag: SUDO_1_4_0~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5101444c456a24a396e3a2f20e37c02e07f2bf0;p=sudo removed an unreachable statement --- diff --git a/parse.c b/parse.c index 65611e07c..20eec7305 100644 --- a/parse.c +++ b/parse.c @@ -214,7 +214,6 @@ path_matches(cmnd, path) return(FALSE); } else return(FALSE); - return(cmnd_st.st_dev == pst.st_dev && cmnd_st.st_ino == pst.st_ino); } /* grot through path's directory entries, looking for cmnd */