Skip to content

Commit 1a4e24a

Browse files
tideofwordsax0
andauthored
delete done todo
Co-authored-by: Ahmad Afuni <root@ahmadafuni.com>
1 parent d149012 commit 1a4e24a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backends/plonky2/mock_main/statement.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ impl From<middleware::Statement> for Statement {
112112
middleware::Predicate::Native(c),
113113
s.args().into_iter().map(|arg| arg).collect(),
114114
),
115-
// TODO: Custom statements
116115
middleware::Predicate::Custom(cpr) => Statement(
117116
middleware::Predicate::Custom(cpr),
118117
s.args().into_iter().map(|arg| arg).collect(),

0 commit comments

Comments
 (0)