Skip to content

Commit

Permalink
STYLE: Remove unnecessary implementation file manual instantiation guard
Browse files Browse the repository at this point in the history
Remove duplicate, commented implementation file manual instantiation
guard.
  • Loading branch information
jhlegarreta authored and dzenanz committed Oct 4, 2021
1 parent 77fc43b commit 36bb69d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Modules/Core/Common/include/itkNeighborhood.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,4 @@ operator<<(std::ostream & os, const Neighborhood<TPixel, VDimension, TContainer>
# include "itkNeighborhood.hxx"
#endif

/*
#ifndef ITK_MANUAL_INSTANTIATION
#include "itkNeighborhood.hxx"
#endif
*/

#endif

0 comments on commit 36bb69d

Please sign in to comment.