Skip to content

Commit

Permalink
COMP: Fix locally defined but not used warning
Browse files Browse the repository at this point in the history
The warning was:

Modules/Remote/RTK/test/rtkmaximumintensityprojectiontest.cxx:30:9:
warning: typedef ‘using VectorType = struct itk::Vector<double, 3>’
locally defined but not used [-Wunused-local-typedefs]
  • Loading branch information
Simon Rit committed Mar 15, 2024
1 parent 081e017 commit 1dfcd98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/rtkmaximumintensityprojectiontest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ main(int, char **)
constexpr unsigned int Dimension = 3;
using OutputPixelType = float;
using OutputImageType = itk::Image<OutputPixelType, Dimension>;

using VectorType = itk::Vector<double, 3>;
constexpr unsigned int NumberOfProjectionImages = 1;

// Constant image sources
Expand Down

0 comments on commit 1dfcd98

Please sign in to comment.