Skip to content

Commit

Permalink
fix: rm lazy static for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Nov 8, 2024
1 parent 3e3c8b7 commit 4285078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pfsys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub mod errors;
pub use errors::PfsysError;

use crate::circuit::CheckMode;
use crate::commands::VERSION;
use crate::graph::GraphWitness;
use crate::pfsys::evm::aggregation_kzg::PoseidonTranscript;
use crate::{Commitments, EZKL_BUF_CAPACITY, EZKL_KEY_FORMAT};
Expand Down

0 comments on commit 4285078

Please sign in to comment.