diff --git a/src/parser/event_parser/grammar/paths.rs b/src/parser/event_parser/grammar/paths.rs index bf3c8aedd0..4c0d2c8b4e 100644 --- a/src/parser/event_parser/grammar/paths.rs +++ b/src/parser/event_parser/grammar/paths.rs @@ -32,7 +32,6 @@ fn path(p: &mut Parser) { } } - fn path_segment(p: &mut Parser, first: bool) { let segment = p.start(); if first {