1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 17:53:41 +00:00

Remove unused tag

This commit is contained in:
Bernd Schoolmann
2025-10-31 14:08:07 +01:00
parent 069b3e1b60
commit 141728f455

View File

@@ -97,7 +97,6 @@ impl TryFrom<&[u8]> for Request {
pub(crate) struct SshSignRequest {
public_key: PublicKey,
payload_to_sign: Vec<u8>,
#[allow(unused)]
parsed_sign_request: ParsedSignRequest,
flags: u32,
}