diff --git a/co-circom/circom-mpc-vm/src/types.rs b/co-circom/circom-mpc-vm/src/types.rs index 5b490a43d..a8c250f43 100644 --- a/co-circom/circom-mpc-vm/src/types.rs +++ b/co-circom/circom-mpc-vm/src/types.rs @@ -149,8 +149,6 @@ impl CoCircomCompilerParsed { } } -//TODO: Add another builder step here? -//ParserCompiler -> into Rep3/Shamir -> build impl CoCircomCompilerParsed { /// Consumes `self` and constructs an instance of [`PlainWitnessExtension`]. ///