mirror of https://github.com/zeldaret/botw.git
tools: Remove dead code
This commit is contained in:
parent
8bcf98bcaa
commit
d1032acc1c
|
|
@ -177,9 +177,3 @@ pub fn demangle_str(name: &str) -> Result<String> {
|
|||
let options = cpp_demangle::DemangleOptions::new();
|
||||
Ok(symbol.demangle(&options)?)
|
||||
}
|
||||
|
||||
pub fn get_expected_dir_path() -> Result<PathBuf> {
|
||||
let mut path = repo::get_repo_root()?;
|
||||
path.push("expected");
|
||||
Ok(path)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue