Skip to content

Commit f207642

Browse files
committed
DPL Utils: drop obsolete utils
In the end we never used generic devices for scatter/gather because DPL provided internally such facility.
1 parent 3bae263 commit f207642

6 files changed

Lines changed: 0 additions & 388 deletions

File tree

Framework/Utils/CMakeLists.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111

1212
o2_add_library(DPLUtils
1313
SOURCES src/Utils.cxx
14-
src/DPLBroadcaster.cxx
15-
src/DPLGatherer.cxx
16-
src/DPLMerger.cxx
17-
src/DPLRouter.cxx
1814
src/RawParser.cxx
19-
test/DPLBroadcasterMerger.cxx
20-
test/DPLOutputTest.cxx
2115
test/RawPageTestData.cxx
2216
PUBLIC_LINK_LIBRARIES O2::Framework ROOT::Tree ROOT::TreePlayer O2::CommonUtils)
2317

@@ -37,25 +31,6 @@ o2_add_executable(output-proxy
3731
PUBLIC_LINK_LIBRARIES O2::Framework O2::DPLUtils)
3832

3933

40-
o2_add_test(DPLBroadcasterMerger
41-
SOURCES test/test_DPLBroadcasterMerger.cxx src/Utils.cxx
42-
test/DPLBroadcasterMerger.cxx src/DPLMerger.cxx
43-
src/DPLBroadcaster.cxx
44-
NO_BOOST_TEST
45-
PUBLIC_LINK_LIBRARIES O2::DPLUtils
46-
COMPONENT_NAME DPLUtils
47-
LABELS dplutils
48-
COMMAND_LINE_ARGS ${DPL_WORKFLOW_TESTS_EXTRA_OPTIONS} --run)
49-
50-
o2_add_test(DPLOutput
51-
NO_BOOST_TEST
52-
SOURCES test/test_DPLOutputTest.cxx src/Utils.cxx
53-
test/DPLOutputTest.cxx
54-
PUBLIC_LINK_LIBRARIES O2::DPLUtils
55-
COMPONENT_NAME DPLUtils
56-
LABELS long dplutils
57-
COMMAND_LINE_ARGS ${DPL_WORKFLOW_TESTS_EXTRA_OPTIONS} --run)
58-
5934
o2_add_test(RootTreeWriterWorkflow
6035
NO_BOOST_TEST
6136
SOURCES test/test_RootTreeWriterWorkflow.cxx

Framework/Utils/src/DPLBroadcaster.cxx

Lines changed: 0 additions & 81 deletions
This file was deleted.

Framework/Utils/src/DPLGatherer.cxx

Lines changed: 0 additions & 56 deletions
This file was deleted.

Framework/Utils/src/DPLMerger.cxx

Lines changed: 0 additions & 70 deletions
This file was deleted.

Framework/Utils/src/DPLRouter.cxx

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)