Skip to content

Commit

Permalink
COMP: Remove unused variable warning
Browse files Browse the repository at this point in the history
Removes variable ParametersValueType
  • Loading branch information
mseng10 committed Mar 9, 2020
1 parent 288d57c commit 3f39a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/Registration/DemonsRegistrationBenchmark.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ main(int argc, char * argv[])

constexpr unsigned int Dimension = 3;
using PixelType = float;
using ParametersValueType = double;

using ImageType = itk::Image<PixelType, Dimension>;

Expand Down
1 change: 0 additions & 1 deletion examples/Registration/NormalizedCorrelationBenchmark.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ main(int argc, char * argv[])

constexpr unsigned int Dimension = 3;
using PixelType = float;
using ParametersValueType = double;

using ImageType = itk::Image<PixelType, Dimension>;

Expand Down

0 comments on commit 3f39a08

Please sign in to comment.