remove call to unimplemented cast
This commit is contained in:
parent
6ecc2c9885
commit
8e64cc68b1
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ impl Flattener {
|
|||
fn load_corelib<T: Field>(&mut self, functions_flattened: &mut Vec<FlatFunction<T>>) -> () {
|
||||
// Load type casting functions
|
||||
functions_flattened.push(cast(&Type::Boolean, &Type::FieldElement));
|
||||
functions_flattened.push(cast(&Type::FieldElement, &Type::Boolean));
|
||||
|
||||
// Load IfElse helper
|
||||
let ie = TypedFunction {
|
||||
|
|
Loading…
Reference in a new issue