Commit dfe0aaa
[Algorithm] Remove unused parser and TableView utilities
The header-only utilities Parser.h (ForwardParser/ReverseParser),
TableView.h, O2FormatParser.h and PageParser.h have no users: the only
o2::algorithm:: symbol referenced anywhere outside the module (across
AliceO2 and O2Physics) is flatten, from FlattenRestore.h. These four
headers are exercised solely by their own unit tests, and the
#include "Algorithm/Parser.h" lines in GPU/TPC sources reference none of
their symbols.
Remove the headers, their tests, the corresponding o2_add_test entries,
and the stale includes. RangeTokenizer.h, FlattenRestore.h, HeaderStack.h
and mpl_tools.h (the parts actually in use) are untouched.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ad6a130 commit dfe0aaa
15 files changed
Lines changed: 0 additions & 2263 deletions
File tree
- Algorithm
- include/Algorithm
- test
- DataFormats/Detectors/TPC/src
- Detectors/TPC/workflow/src
- GPU/Workflow
- include/GPUWorkflow
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 14 | | |
21 | 15 | | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 20 | | |
45 | 21 | | |
46 | 22 | | |
| |||
This file was deleted.
0 commit comments