removed an unreachable statement

This commit is contained in:
Todd C. Miller
1995-08-19 23:29:42 +00:00
parent ed0730ba03
commit e5101444c4

View File

@@ -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 */