diff --git a/crates/oq3_semantics/src/asg.rs b/crates/oq3_semantics/src/asg.rs index f3cbc02..a024144 100644 --- a/crates/oq3_semantics/src/asg.rs +++ b/crates/oq3_semantics/src/asg.rs @@ -524,14 +524,6 @@ impl GateDeclaration { } } - pub fn new_empty_qubit_list() -> Vec { - Vec::::new() - } - - pub fn new_empty_param_list() -> Vec { - Vec::::new() - } - pub fn to_stmt(self) -> Stmt { Stmt::GateDeclaration(self) }