Skip to content

Commit 9c12a0a

Browse files
authored
Remove a warning (#208)
1 parent cd1c696 commit 9c12a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/test/testWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
4040
AlgorithmSpec{
4141
[](ProcessingContext& pctx) {
4242
usleep(100000);
43-
auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
43+
// auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
4444
} }
4545
};
4646
specs.push_back(producer);

0 commit comments

Comments
 (0)