From: Jason Ish Date: Mon, 16 Sep 2019 22:50:15 +0000 (-0600) Subject: sip rust fixup: remove unused import in tests X-Git-Tag: suricata-5.0.0-rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbc2fe49c66c8927a7632438a0462b944192875;p=thirdparty%2Fsuricata.git sip rust fixup: remove unused import in tests --- diff --git a/rust/src/sip/parser.rs b/rust/src/sip/parser.rs index a82b1f3d3e..5081d81c87 100644 --- a/rust/src/sip/parser.rs +++ b/rust/src/sip/parser.rs @@ -207,7 +207,6 @@ fn parse_header_value(buf: &[u8]) -> IResult<&[u8], &[u8]> { #[cfg(test)] mod tests { - use crate::sip::sip::*; use crate::sip::parser::*; #[test]