Skip to content

Commit

Permalink
Remove deprecated evidence_to_proto function
Browse files Browse the repository at this point in the history
Fixes: 372192835
Change-Id: Ia05da4d76b22b9b7e52935c67d9079708f3d0cb0
  • Loading branch information
ipetr0v committed Dec 3, 2024
1 parent d07dd90 commit ee4375e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions oak_attestation/src/dice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,6 @@ fn tee_platform_to_proto(src: oak_dice::evidence::TeePlatform) -> TeePlatform {
}
}

#[deprecated(note = "Use `oak_attestation::dice::evidence_and_event_log_to_proto` instead.")]
pub fn evidence_to_proto(value: oak_dice::evidence::Evidence) -> anyhow::Result<Evidence> {
evidence_and_event_log_to_proto(value, None)
}

pub fn evidence_and_event_log_to_proto(
value: oak_dice::evidence::Evidence,
encoded_event_log: Option<&[u8]>,
Expand Down

0 comments on commit ee4375e

Please sign in to comment.