We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1c696 commit 9c12a0aCopy full SHA for 9c12a0a
1 file changed
Framework/test/testWorkflow.cxx
@@ -40,7 +40,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
40
AlgorithmSpec{
41
[](ProcessingContext& pctx) {
42
usleep(100000);
43
- auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
+// auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
44
} }
45
};
46
specs.push_back(producer);
0 commit comments