Remove dead codes
This commit is contained in:
parent
c06dd0e0af
commit
1755408d1a
67 changed files with 150 additions and 1130 deletions
|
@ -1049,11 +1049,6 @@ fn prefix_len(p: Option<PathPrefix>) -> uint {
|
|||
}
|
||||
}
|
||||
|
||||
fn prefix_is_sep(p: Option<PathPrefix>, c: u8) -> bool {
|
||||
c.is_ascii() && if !prefix_is_verbatim(p) { is_sep(c as char) }
|
||||
else { is_sep_verbatim(c as char) }
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue