Skip to content

Commit

Permalink
rust: remove unused
Browse files Browse the repository at this point in the history
Ticket: #4083
  • Loading branch information
catenacyber authored and victorjulien committed Nov 20, 2023
1 parent 32cce12 commit 90c1765
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rust/src/smb/smb2_records.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ pub struct Smb2SecBlobRecord<'a> {
pub data: &'a [u8],
}

pub fn parse_smb2_sec_blob(i: &[u8]) -> IResult<&[u8], Smb2SecBlobRecord> {
let (i, data) = rest(i)?;
Ok((i, Smb2SecBlobRecord { data }))
}

#[derive(Debug, PartialEq, Eq)]
pub struct Smb2RecordDir {
pub request: bool,
Expand Down

0 comments on commit 90c1765

Please sign in to comment.