[DEV-7084] TAMER: ld::poc: Remove unnecessary initial path canonicalization

Less to refactor and test.
master
Mike Gerwitz 2020-04-07 10:49:21 -04:00
parent da69118592
commit c94120335f
1 changed files with 1 additions and 3 deletions

View File

@ -49,10 +49,8 @@ pub fn main(package_path: &str, output: &str) -> Result<(), Box<dyn Error>> {
let mut depgraph = LinkerAsg::with_capacity(65536, 65536);
let interner = DefaultInterner::new();
let abs_path = fs::canonicalize(package_path)?;
let state = load_xmlo(
&abs_path.to_str().unwrap().to_string(),
package_path,
&mut fs,
&mut fragments,
&mut depgraph,