Skip to content

Commit 704c927

Browse files
committed
remove dangling export-* module references
1 parent 460ec1d commit 704c927

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tooling/cli/src/cmd/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
mod analyze_pkp;
22
mod circuit_stats;
3-
mod export_evm_proof;
4-
mod export_solidity;
53
mod generate_gnark_inputs;
64
mod prepare;
75
mod prove;
@@ -48,8 +46,6 @@ enum Commands {
4846
Verify(verify::Args),
4947
GenerateGnarkInputs(generate_gnark_inputs::Args),
5048
ShowInputs(show_inputs::Args),
51-
ExportSolidity(export_solidity::Args),
52-
ExportEvmProof(export_evm_proof::Args),
5349
}
5450

5551
impl Command for Args {
@@ -68,8 +64,6 @@ impl Command for Commands {
6864
Self::Verify(args) => args.run(),
6965
Self::GenerateGnarkInputs(args) => args.run(),
7066
Self::ShowInputs(args) => args.run(),
71-
Self::ExportSolidity(args) => args.run(),
72-
Self::ExportEvmProof(args) => args.run(),
7367
}
7468
}
7569
}

0 commit comments

Comments
 (0)