Skip to content

Commit 371fd46

Browse files
authored
chore!: remove unused files part 2 (#5282)
Deletes the unused files that are detected in: - #5075 and have been missed in: - #5074 I would suggest to add them for now to the ignore list in the unused file check and remove the entries with this PR together with the files. Therefore blocked by: - #5075 ### `Core/include/Acts/EventData/detail/ParameterTraits.hpp` This one is ancient. Hasn't been updated for 6 years. It was missed in the file check, because `Core/include/Acts/Propagator/Propagator.hpp` included `ParameterTraits` from `Core/include/Acts/Propagator/detail/ParameterTraits.hpp`. This was removed in: - #5240 ### `Core/include/Acts/Seeding/PathSeeder.hpp` This was only used by `Tests/UnitTests/Core/Seeding/PathSeederTest.cpp`, which was removed in: - #5261 ### `Tests/CommonHelpers/include/ActsTests/CommonHelpers/TestSpacePoint.hpp` This was only used by `Tests/UnitTests/Core/SpacePointFormation/SpacePointBuilderTests.cpp`, which was removed in: - #5261
1 parent 71303ab commit 371fd46

4 files changed

Lines changed: 0 additions & 467 deletions

File tree

CI/check_unused_files.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383
# Python uv files
8484
"Detray/codegen/detray-sympy/uv.lock",
8585
"Detray/python/detray/uv.lock",
86-
# Temporarily excluded files. TODO remove in next major release.
87-
"Core/include/Acts/EventData/detail/ParameterTraits.hpp",
88-
"Core/include/Acts/Seeding/PathSeeder.hpp",
89-
"Tests/CommonHelpers/include/ActsTests/CommonHelpers/TestSpacePoint.hpp",
9086
)
9187
SUFFIX_CPP = (
9288
".hpp",

Core/include/Acts/EventData/detail/ParameterTraits.hpp

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

Core/include/Acts/Seeding/PathSeeder.hpp

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

0 commit comments

Comments
 (0)