removed an unreachable statement
This commit is contained in:
1
parse.c
1
parse.c
@@ -214,7 +214,6 @@ path_matches(cmnd, path)
|
|||||||
return(FALSE);
|
return(FALSE);
|
||||||
} else
|
} else
|
||||||
return(FALSE);
|
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 */
|
/* grot through path's directory entries, looking for cmnd */
|
||||||
|
Reference in New Issue
Block a user