Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneshASP committed Sep 30, 2023
1 parent 790887c commit dc2943d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions huff_parser/tests/macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1259,8 +1259,6 @@ fn test_duplicate_macro_error() {
}
"#;

//let const_start = source.find("MINT()").unwrap_or(0);
//let const_end = const_start + "MINT()".len() - 1;
let mut start = 0;
let target = "MINT";
let target_len = target.len();
Expand Down

0 comments on commit dc2943d

Please sign in to comment.