Skip to content

Commit 6c7a3c6

Browse files
committed
remove unused variable from example
Signed-off-by: Melody Ren <[email protected]>
1 parent e515184 commit 6c7a3c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/qec/lib/decoders/plugins/example/decoder_plugins_demo.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
int main() {
2828
auto steane = cudaq::qec::get_code("steane");
2929
auto Hz = steane->get_parity_z();
30-
cudaqx::heterogeneous_map params;
3130
std::vector<size_t> t_shape = Hz.shape();
3231

3332
std::cout << "Hz.shape():\n";

0 commit comments

Comments
 (0)