Commit 79a87846 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: unused variables

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -64,7 +64,7 @@ TrainDimensionalityReductionApplicationBase<TInputValue,TOutputValue> ...@@ -64,7 +64,7 @@ TrainDimensionalityReductionApplicationBase<TInputValue,TOutputValue>
template <class TInputValue, class TOutputValue> template <class TInputValue, class TOutputValue>
void void
TrainDimensionalityReductionApplicationBase<TInputValue,TOutputValue> TrainDimensionalityReductionApplicationBase<TInputValue,TOutputValue>
::Reduce(typename ListSampleType::Pointer validationListSample,std::string modelPath) ::Reduce(typename ListSampleType::Pointer /*validationListSample*/,std::string /*modelPath*/)
{ {
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment