Skip to content

Commit 24b6361

Browse files
committed
remove unused variables
1 parent a6aa9a5 commit 24b6361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/XX.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function applyToQiskit!(qc::Qiskit.QuantumCircuit, ::XX, position::Vararg{Intege
1818
qc.cx(position[2] - 1, position[3] - 1)
1919
qc.measure(position[2] - 1, position[2] - 1)
2020
end
21-
function connectionGraph(operation::XX)
21+
function connectionGraph(::XX)
2222
# return the connection graph of the operation
2323
return path_graph(3)
2424
end

0 commit comments

Comments
 (0)