Skip to content

Commit 63cbbf0

Browse files
committed
Remove unused argument handling code
This code is not used anywhere, so it would be wise to remove it.
1 parent 62bb956 commit 63cbbf0

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

examples/options/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ traccc_add_library( traccc_options options TYPE SHARED
1414
"include/traccc/options/clusterization.hpp"
1515
"include/traccc/options/detector.hpp"
1616
"include/traccc/options/generation.hpp"
17-
"include/traccc/options/handle_argument_errors.hpp"
1817
"include/traccc/options/input_data.hpp"
1918
"include/traccc/options/output_data.hpp"
2019
"include/traccc/options/performance.hpp"
@@ -32,7 +31,6 @@ traccc_add_library( traccc_options options TYPE SHARED
3231
"src/clusterization.cpp"
3332
"src/detector.cpp"
3433
"src/generation.cpp"
35-
"src/handle_argument_errors.cpp"
3634
"src/input_data.cpp"
3735
"src/output_data.cpp"
3836
"src/performance.cpp"

examples/options/include/traccc/options/handle_argument_errors.hpp

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

examples/options/src/handle_argument_errors.cpp

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

0 commit comments

Comments
 (0)