Skip to content

Commit

Permalink
Remove risc0-bonsai::metrics module (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored Jul 4, 2024
1 parent 32a0944 commit a9eb99f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
3 changes: 0 additions & 3 deletions crates/sovereign-sdk/adapters/risc0-bonsai/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ use sov_rollup_interface::zk::Matches;
#[cfg(feature = "native")]
pub mod host;

#[cfg(feature = "bench")]
pub mod metrics;

/// Uniquely identifies a Risc0 binary. Roughly equivalent to
/// the hash of the ELF file.
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
Expand Down
49 changes: 0 additions & 49 deletions crates/sovereign-sdk/adapters/risc0-bonsai/src/metrics.rs

This file was deleted.

0 comments on commit a9eb99f

Please sign in to comment.