Skip to content

Commit

Permalink
Skip migrating detail macros, and remove test macros from migration list
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jun 16, 2022
1 parent 5d415cf commit c549447
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ release will remove the deprecated code.
Additionally, they will only be available when including the corresponding `ignition/...` header.
Use the `GZ_` prefix instead.
1. `IGN_PHYSICS_DECLARE_JOINT_TYPE`, `IGN_PHYSICS_DECLARE_SHAPE_TYPE`

1. `IGN_PHYSICS_OPERATEONSPECIFIEDDATA_TEMPLATES`, `IGN_PHYSICS_OPERATEONSPECIFIEDDATA_PREFIX`
1. `IGN_PHYSICS_MAKE_ALL_TYPE_COMBOS`
1. `IGN_PHYSICS_ADD_PLUGIN`
1. `IGN_PLUGIN_REGISTER_MORE_TRANS_UNITS` -> `GZ_**PHYSICS**_REGISTER_MORE_TRANS_UNITS`
Expand All @@ -28,8 +26,6 @@ release will remove the deprecated code.
1. `IGNITION_PHYSICS_CONST_GET_ERROR` (hard-tocked, inside detail header)
1. `IGNITION_UNITTEST_EXPECTDATA_ACCESS` (hard-tocked, inside test and detail headers)
1. `IGNITION_PHYSICS_DEFINE_COORDINATE_SPACE` (hard-tocked, inside detail header)
1. `IGN_PHYSICS_MOCK_MACRO_HELPER`
1. `IGN_PHYSICS_MOCK_MACRO`


## Gazebo Physics 4.X to 5.X
Expand Down
5 changes: 0 additions & 5 deletions include/ignition/physics/OperateOnSpecifiedData.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@

#include <gz/physics/OperateOnSpecifiedData.hh>
#include <ignition/physics/config.hh>

#define IGN_PHYSICS_OPERATEONSPECIFIEDDATA_TEMPLATES \
GZ_PHYSICS_OPERATEONSPECIFIEDDATA_TEMPLATES
#define IGN_PHYSICS_OPERATEONSPECIFIEDDATA_PREFIX \
GZ_PHYSICS_OPERATEONSPECIFIEDDATA_PREFIX

0 comments on commit c549447

Please sign in to comment.