]> Creatis software - clitk.git/blobdiff - registration/clitkLBFGSBOptimizer.h
Remove ITK3 and ITK4.2 tests and dependencies
[clitk.git] / registration / clitkLBFGSBOptimizer.h
index 8eec63a1f32046891728d3cfc7c29cad4e3666b7..7b4052eab10708bc38d6cd7c65f7d330b2f0cd3a 100644 (file)
@@ -179,11 +179,7 @@ private:
 
   bool                     m_OptimizerInitialized;
   InternalOptimizerType  * m_VnlOptimizer;
-#if ITK_VERSION_MAJOR > 3
   mutable std::ostringstream    m_StopConditionDescription;
-#else
-  mutable itk::OStringStream    m_StopConditionDescription;
-#endif
   BoundValueType           m_LowerBound;
   BoundValueType           m_UpperBound;
   BoundSelectionType       m_BoundSelection;