Skip to content

Commit 4dec363

Browse files
committed
Remove unused headers deprecated-macros.hpp and deprecated-namespaces.hpp
1 parent eeb31eb commit 4dec363

File tree

5 files changed

+4
-36
lines changed

5 files changed

+4
-36
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2020

2121
- bindings/python : Add missing arg names in `visualizer-visitor.hpp`
2222

23+
### Removed
24+
25+
- Remove unused headers `deprecated-macros.hpp` and `deprecated-namespaces.hpp`
26+
2327
## [3.7.0] - 2025-05-21
2428

2529
### Changed

include/pinocchio/deprecated-macros.hpp

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

include/pinocchio/deprecated-namespaces.hpp

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

include/pinocchio/deprecation.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
#define __pinocchio_deprecation_hpp__
77

88
#include "pinocchio/deprecated.hpp"
9-
#include "pinocchio/deprecated-macros.hpp"
10-
#include "pinocchio/deprecated-namespaces.hpp"
119

1210
#endif // ifndef __pinocchio_deprecation_hpp__

sources.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ set(${PROJECT_NAME}_CORE_PUBLIC_HEADERS
173173
${PROJECT_SOURCE_DIR}/include/pinocchio/context.hpp
174174
${PROJECT_SOURCE_DIR}/include/pinocchio/core/binary-op.hpp
175175
${PROJECT_SOURCE_DIR}/include/pinocchio/core/unary-op.hpp
176-
${PROJECT_SOURCE_DIR}/include/pinocchio/deprecated-macros.hpp
177-
${PROJECT_SOURCE_DIR}/include/pinocchio/deprecated-namespaces.hpp
178176
${PROJECT_SOURCE_DIR}/include/pinocchio/deprecation.hpp
179177
${PROJECT_SOURCE_DIR}/include/pinocchio/eigen-macros.hpp
180178
${PROJECT_SOURCE_DIR}/include/pinocchio/fwd.hpp

0 commit comments

Comments
 (0)