From 6dca4e26af3610a75c41d0dc6be1a809a32918bb Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Mon, 14 Feb 2022 10:16:02 +0100 Subject: [PATCH] Unused --- starky/src/fibonacci_stark.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/starky/src/fibonacci_stark.rs b/starky/src/fibonacci_stark.rs index 8e407968..28555207 100644 --- a/starky/src/fibonacci_stark.rs +++ b/starky/src/fibonacci_stark.rs @@ -204,7 +204,6 @@ mod tests { inner_proof: StarkProofWithPublicInputs, inner_config: &StarkConfig, print_gate_counts: bool, - print_timing: bool, ) -> Result<()> where InnerC::Hasher: AlgebraicHasher,