Skip to content

Commit

Permalink
remove commented out optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Feb 7, 2025
1 parent 1fb0a47 commit fa4523b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/serde/de_br.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,7 @@ pub fn traverse_path_with_vec(

if parsing_sexp {
return Ok(sexp_to_parse);
} // else if args[arg_index].1.is_some() {
// // cached entry exists - use that instead of recreating the pairs
// return Ok(args[arg_index].1.unwrap());
// }

// TODO: uncomment above once we have fixed the bug
}

let mut backref_node = NodePtr::NIL;

Expand Down

0 comments on commit fa4523b

Please sign in to comment.