aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/host/src
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/jolt/host/src')
-rw-r--r--zkvms/jolt/host/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/zkvms/jolt/host/src/main.rs b/zkvms/jolt/host/src/main.rs
index 36ce7dc..aa6b898 100644
--- a/zkvms/jolt/host/src/main.rs
+++ b/zkvms/jolt/host/src/main.rs
@@ -3,8 +3,6 @@ use zkvms_host_io::{
RunType::{Execute, Prove, Verify},
};
-type Input = (Vec<Vec<bool>>, u32, Vec<Vec<u32>>);
-
pub fn main() {
let run_info = read_args();
if run_info.run_type == Execute {