-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Inlined macro that was called once.
the itk_wrap_submodule_all_generators macro is only called in one file. By moving its code inline, the itk_load_submodule macro becomes more readable. itk_wrap_submodule_castxml was only called in one place move its body inline to improve readability. itk_wrap_submodule_swig_interface was only called in one place it body was moved inline in itk_load_submodule for readability. itk_wrap_submodule_DOC was only called in one place. Its body was moved inline in itk_load_submodule for readability. itk_wrap_include_all_generators was only called in one place. Its body was moved into the itk_wrap_include macro. itk_wrap_include_castxml and itk_wrap_include_swig_interface were only called once. Their bodies were moved into the itk_wrap_include macro. itk_wrap_module_all_generators was only called in one place. Its body was moved directly into the itk_wrap_module macro. itk_wrap_module_swig_interface and itk_wrap_module_DOC contained little code and were only called once. Their bodies were moved into the itk_wrap_module macro.
- Loading branch information
1 parent
00ac6f4
commit 38e30bc
Showing
5 changed files
with
51 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters