提交 662aed30 编写于 作者: B Ben S

Remove some unused functions

上级 b4529671
......@@ -457,13 +457,6 @@ impl DirAction {
_ => false,
}
}
pub fn is_recurse(&self) -> bool {
match *self {
DirAction::Recurse(RecurseOptions { max_depth: _, tree }) => !tree,
_ => false,
}
}
}
#[derive(PartialEq, Debug, Copy, Clone)]
......
......@@ -259,11 +259,4 @@ impl UserLocale {
numeric: locale::Numeric::load_user_locale().unwrap_or_else(|_| locale::Numeric::english()),
}
}
pub fn default() -> UserLocale {
UserLocale {
time: locale::Time::english(),
numeric: locale::Numeric::english(),
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册