Skip to content

Commit

Permalink
Remove a warning (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy authored Jul 4, 2019
1 parent cd1c696 commit 9c12a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/test/testWorkflow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
AlgorithmSpec{
[](ProcessingContext& pctx) {
usleep(100000);
auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
// auto data = pctx.outputs().make<int>(OutputRef{ "tst-data" }, 1);
} }
};
specs.push_back(producer);
Expand Down

0 comments on commit 9c12a0a

Please sign in to comment.