mirror of
https://github.com/zeldaret/botw
synced 2026-06-20 23:51:22 -04:00
tools: Remove dead code
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user