remove unused
This commit is contained in:
parent
574f1f1c7d
commit
f6bae357fd
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@ impl<'ast> Variable<'ast> {
|
|||
Self::array(id, Type::FieldElement, size)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub fn boolean_array(id: Identifier<'ast>, size: usize) -> Variable<'ast> {
|
||||
Self::array(id, Type::Boolean, size)
|
||||
}
|
||||
|
||||
pub fn array(id: Identifier<'ast>, ty: Type, size: usize) -> Variable<'ast> {
|
||||
Self::with_id_and_type(id, Type::array(ty, size))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue