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

Commit

Permalink
Remove unused regex
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnos committed Nov 4, 2021
1 parent 5bc376c commit 2425e3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions espmonitor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ lazy_static! {
.expect("Failed to parse line separator regex");
static ref FUNC_ADDR_RE: Regex = Regex::new(r"0x4[0-9a-f]{7}")
.expect("Failed to parse program address regex");
static ref ADDR2LINE_RE: Regex = Regex::new(r"^0x[0-9a-f]+:\s+([^ ]+)\s+at\s+(\?\?|[0-9]+):(\?|[0-9]+)")
.expect("Failed to parse addr2line output regex");
}

macro_rules! rprintln {
Expand Down

0 comments on commit 2425e3d

Please sign in to comment.